51 Commits (387bef95d28019c13c6805cfa4079e59948284e5)

Author SHA1 Message Date
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Ronald S. Bultje 830f70442a fraps: release reference buffer on pix_fmt change. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Reimar Döffinger f54ae2f8e7 fraps: Use av_fast_padded_malloc() instead of av_realloc() 13 years ago
Michael Niedermayer 5ace144fe0 fraps: check for overread. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 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
Jason Garrett-Glaser 05931ab763 Make FRAPS decoder use PC range instead of TV range 14 years ago
Thilo Borgmann bd7d08e27e Remove incomplete Doxygen for static decode_frame functions. 15 years ago
Diego Biurrun 9eb42c272b Add back previously removed non-existing function params in doxygen comments. 15 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 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
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 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
Kostya Shishkov 675f71144b Fraps version 3 seems to be the same as Fraps v5 16 years ago
Kostya Shishkov 76c655fb8f Simplify colour conversion in Fraps as suggested by Michael 17 years ago
Kostya Shishkov af1761915b R and B components are stored as a differences to G component in Fraps v5. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Kostya Shishkov 8c908d7d61 Fraps v5 decoding support 17 years ago
Kostya Shishkov 6a02cb8239 Add step variable (for future v5 decoding) 17 years ago
Aurelien Jacobs a73cbf9709 huffman: add a zero_count flag and use it in fraps 17 years ago
Reimar Döffinger 721052e981 Add casts to avoid warnings: 17 years ago
Michael Niedermayer 1855abe556 const 17 years ago
Aurelien Jacobs 437c2079b7 moves fraps huffman decoder to its own file, making it more generic 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Måns Rullgård 859cfdc0e6 correct type of qsort() comparison callback 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Kostya Shishkov f4e31985da Check for symbol count 18 years ago
Kostya Shishkov 75a71b6c38 Correct support for Fraps v4 (and Huffman tree for < 256 symbols) 18 years ago
Kostya Shishkov 78629a746f Update comment 18 years ago
Kostya Shishkov 08a4c4bfb9 Fraps v2 and v4 support 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 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
Mike Melanson 4935b1b9eb signature has an 'x' 20 years ago