51 Commits (880fa2183051dfe6a7e44879361f674a906f5aa7)

Author SHA1 Message Date
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Vitor Sessak e3e3c82555 Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Reimar Döffinger 6231d0983b Release buffer when the codec is closed. 15 years ago
Reimar Döffinger b9e3f85dbc Use qstride = 0 and allocate only a single line for qscale_table since 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård a13e687034 mdec: remove unused members from struct MDECContext 15 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 years ago
Diego Biurrun 054480a57b cosmetics: comment spelling/grammar fixes 16 years ago
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Alexander Strange b6a66897b6 Remove pointless AVFrame* casting. 16 years ago
Alexander Strange 39047aecac Remove duplicate emms. 16 years ago
Alexander Strange 8b9bda1c37 Remove commented-out code. 16 years ago
Alexander Strange 2f3b1b801a Export qscale so that postprocessing works. 16 years ago
Alexander Strange de7bdf58f4 Remove unused PutBitContext. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 7c55e71d51 Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. 17 years ago
Alexander Strange 8e5f465f4c Increase alignment for DCT block arrays from 8 to 16 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer e68c7a4abe const 17 years ago
Alexander Strange bc2bc41bb8 Fix missing chroma in version 3 STR. 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
Aurelien Jacobs eaa7557c73 add proper ff_ prefix to new extern symbols 17 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 2eca4a44b1 set pix_fmt 19 years ago
Michael Niedermayer e91f4bf160 avoid UPDATE_CACHE() in GET_RL_VLC() if not needed 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer 21adafec2a lowres width/height cleanup 3rd try 20 years ago
Michael Niedermayer e8733cc4d9 more data_size=0 cleanup 21 years ago
Michael Niedermayer eea8c08fa8 cleanup & memleak fix 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Mike Melanson e986b6e2c7 quiet 21 years ago
Michael Niedermayer 77ee78bcdb 100l 21 years ago
Michael Niedermayer 67b04c1aef more fixes 21 years ago
Michael Niedermayer bf5d0505c6 some fixes (still buggy though) 21 years ago
Mike Melanson 421e085903 skip preamble bytes 21 years ago
Michael Niedermayer dc98fc8d17 10l (big vs. little endian) 21 years ago
Fabrice Bellard 802f454e5b removed unused variable 21 years ago