32042 Commits (3856a2aaa6a44d80da597e932e9d475bda8546bd)
 

Author SHA1 Message Date
  Diego Biurrun 3856a2aaa6 h264-test: Remove unused DSP and AVCodec contexts and related init calls. 14 years ago
  Diego Biurrun b010178e84 adpcm: Add missing stdint.h #include to fix standalone header compilation. 14 years ago
  Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 14 years ago
  Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 14 years ago
  Anton Khirnov 0e72ad95f9 lavc: make avcodec_close() work properly on unopened codecs. 14 years ago
  Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 14 years ago
  Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 14 years ago
  Anton Khirnov 9a463917d3 lavf: remove the pointless value field from flv and iv8 14 years ago
  Anton Khirnov afa4069e3b lavc/lavf: remove unnecessary symbols from the symbol version script. 14 years ago
  Anton Khirnov f5f49a66a2 lavc: reorder AVCodec fields. 14 years ago
  Anton Khirnov 183eaa9a25 lavf: reorder AVInput/OutputFormat fields. 14 years ago
  Alex Converse f372ce119b mp3dec: Fix a heap-buffer-overflow 14 years ago
  Justin Ruggles a3a0691bde adpcmenc: remove some unneeded casts 14 years ago
  Justin Ruggles 149f2058a4 adpcmenc: use int16_t and uint8_t instead of short and unsigned char. 14 years ago
  Justin Ruggles dd88ae831a adpcmenc: fix adpcm_ms extradata allocation 14 years ago
  Justin Ruggles 877a1d409c adpcmenc: return proper AVERROR codes instead of -1 14 years ago
  Justin Ruggles cb023d9afe adpcmenc: check for coded_frame allocation failure 14 years ago
  Justin Ruggles ddf70db6d7 adpcmenc: Do not set coded_frame->key_frame. 14 years ago
  Justin Ruggles 3c4add27f7 mpc7: check for allocation failure 14 years ago
  Justin Ruggles eac31dd163 mpc7: align local temp buffer 14 years ago
  Christophe Gisquet e5c9de2ab7 rv40: x86 SIMD for biweight 14 years ago
  Diego Biurrun 91bafb52ae x86: Give RV40 init file a more suitable name. 14 years ago
  Diego Biurrun c30b198381 x86: Place mm_flags variable declaration below the appropriate #ifdef. 14 years ago
  Martin Storsjö 75ab1e62d4 movdec: Ignore sample_degradation_priority bits when checking first_sample_flags 14 years ago
  Martin Storsjö 89f6e8a20c flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too 14 years ago
  Anton Khirnov d7edd359ec avconv: deprecate the -deinterlace option 14 years ago
  Martin Storsjö c9b309e8cb doc: Fix the name of the new function 14 years ago
  Justin Ruggles 89eea6df28 aacenc: make sure to encode enough frames to cover all input samples. 14 years ago
  Justin Ruggles f44005b610 aacenc: only use the number of input samples provided by the user. 14 years ago
  Alex Converse 48f1e5212c wmadec: Verify bitstream size makes sense before calling init_get_bits. 14 years ago
  Alex Converse ae35210a5d kmvc: Log into a context at a log level constant. 14 years ago
  Alex Converse dfa37fe8a3 mpeg12: Pad framerate tab to 16 entries. 14 years ago
  Michael Niedermayer a02e8df973 kgv1dec: Increase offsets array size so it is large enough. 14 years ago
  Alex Converse 386741f887 kmvc: Check palsize. 14 years ago
  Alex Converse c898431ca5 nsvdec: Propagate errors 14 years ago
  Alex Converse 8fd8a48263 nsvdec: Be more careful with av_malloc(). 14 years ago
  Michael Niedermayer 6a89b41d97 nsvdec: Fix use of uninitialized streams. 14 years ago
  Martin Storsjö b7d3dd907f movenc: cosmetics: Get rid of camelCase identifiers 14 years ago
  Paul B Mahol 08d8029ea8 swscale: more generic check for planar destination formats with alpha 14 years ago
  Martin Storsjö fe47ea8f7a doc: Document mov/mp4 fragmentation options 14 years ago
  Diego Biurrun e9ba6b3704 build: Use order-only prerequisites for creating FATE reference file dirs. 14 years ago
  Christophe Gisquet 6b03900382 x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf 14 years ago
  Diego Biurrun a846202343 rtsp: Remove some unused variables from ff_rtsp_connect(). 14 years ago
  Paul B Mahol 8b933129b9 avutil: make intfloat api public 14 years ago
  Rafaël Carré 420df8b7c4 avformat_write_header(): detail error message 14 years ago
  Mike Melanson cc09dc7863 s/vbsf/bsf/ 14 years ago
  Mike Melanson b864b38397 yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. 14 years ago
  Ronald S. Bultje af79a0c48a png: add support for bpp>4 to paeth x86 SIMD code. 14 years ago
  Ronald S. Bultje f91c4b7824 png: add SSE2 version for add_bytes_l2. 14 years ago
  Ronald S. Bultje 59f474b49d png: convert DSP functions to yasm. 14 years ago