505 Commits (c74915cda4e32b2765707ba39345814050c87b4d)

Author SHA1 Message Date
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Baptiste Coudurier 58f2a4b07f change extradata type to uint8_t * 18 years ago
Oded Shimon 8c37516af0 Add vorbis encoder to ffmpeg 18 years ago
Michael Niedermayer 18239edfa9 marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) 18 years ago
Kostya Shishkov 1dbb339db3 bump lavc version for WavPack decoder 18 years ago
Måns Rullgård a0403006f8 ARMv5TE optimized IDCT 18 years ago
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 18 years ago
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
Kostya Shishkov eb57c88973 VMware Video decoder (fourcc: VMnc) 18 years ago
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Baptiste Coudurier f31065f6e5 add codec id and tag for JPEG 2000 18 years ago
Benjamin Larsson 6c496518e8 Added codec id for QCELP. 19 years ago
Kostya Shishkov 9c05096967 Forgot to update LIBAVCODEC_VERSION_INT 19 years ago
Måns Rullgård 6c9ce82f74 remove libtheora wrapper 19 years ago
Kostya Shishkov 64db55aedb New functions in DSPContext for VC-1 decoding 19 years ago
Diego Biurrun 9cf94714d0 Remove spurious references to Ogg Theora encoder, such a thing never existed. 19 years ago
Stefan Gehrer 595e7bd940 some MMX optimizations for the CAVS decoder 19 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 19 years ago
Luca Abeni 4b45de0e87 Move av_log() & friends to libavutil 19 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 19 years ago
Michael Niedermayer 76b566687f increasing version for AVBitStreamFilters 19 years ago
Michael Niedermayer 514e0831ae noise bitstream filter 19 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 19 years ago
Stefan Gehrer 20ffddb93a CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Justin Ruggles a403fc0324 flac-lpc patch by (Justin Ruggles jruggle earthlink net) 19 years ago
Kostya Shishkov 10b9c374cf Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
Luca Barbato f3a30e3a9c cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Luca Barbato 24e1591036 minor cleanup 19 years ago
Michael Niedermayer 9e96ab0389 first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 19 years ago
Justin Ruggles cef7cc7232 CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net 19 years ago
Diego Biurrun 5689ec7cde Remove unused FFMPEG_VERSION_INT. 19 years ago
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Diego Biurrun 2b9c9e097d Rename version from CVS to the more sensible HEAD. 19 years ago
Baptiste Coudurier f2cf4a6be7 fix closed gop flag 19 years ago
Michael Niedermayer 086bfd256e support doing motion estimation and compensation without any residual transform or coding 19 years ago
Corey Hickey f9243d34f1 Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 19 years ago
Benjamin Larsson 0919e788ae Flash Screen Video decoder (fourcc:FSV1) 19 years ago
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Michael Niedermayer 1dd509b157 make zero motion vector threshold user setable 19 years ago
Luca Abeni 5341c20954 Baptiste COUDURIER's padding patch (reworked by me a little bit). 19 years ago
Roberto Togni 0c35eb1c69 Add missing external declaration for kmvc codec 19 years ago
Kostya Shishkov fd7b199199 KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 19 years ago
Måns Rullgård 9076fee4f5 s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ 19 years ago
Luca Abeni 5d6ed7c141 move enum PixelFormat from libavcodec to libavutil 19 years ago
Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago
Kostya Shishkov 348efc1836 Smacker demuxer and decoder. 19 years ago
Baptiste Coudurier f2651e7a6c Fix cropping, depending on enc pix fmt 19 years ago
Alex Beregszaszi 1319a77b01 added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) 19 years ago