summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-02
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\
| * ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
| * DPX image encoderPeter Ross2011-05-01
| * DPX decoder: read sample aspect ratioPeter Ross2011-05-01
| * DPX decoder: add buffer size checks.Reimar Döffinger2011-05-01
| * ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-01
| * ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-01
| * ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-01
| * ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-01
| * ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-01
| * ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-01
| * ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-01
| * ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-01
* | dct-test: Support testing bits>8Michael Niedermayer2011-05-02
* | Fix data_size handling for AC3 and dca decoders.Reimar Döffinger2011-05-01
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-01
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-01
* | Fix compilation in some cases if the flac decoder was disabled.Carl Eugen Hoyos2011-05-01
* | H264: Fix intra only decoding.Michael Niedermayer2011-05-01
* | H264:Print short+long+max values when they dont match up.Michael Niedermayer2011-05-01
* | H264:use av_assert0() for frame num checkMichael Niedermayer2011-05-01
* | H264: print nal_ref_idc too for debugMichael Niedermayer2011-05-01
* | Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-05-01
* | lavc: lowercase the FRWU codec nameami_stuff2011-05-01
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-30
* | | CrystalHD: Add auto-detection of packed b-frame bug.Philip Langdale2011-04-30
* | | lavc: remove disabled avcodec_decode_video() codeStefano Sabatini2011-04-30
* | | In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier2011-04-29
* | | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\ \ \ | | |/ | |/|
| * | AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-29
| * | vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-29
| * | Remove disabled non-optimized code variants.Diego Biurrun2011-04-29
| * | Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
| * | Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-29
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
| * | vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-29
| |/
| * mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-28
| * rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* | flashsv2enc:fix segfaultMichael Niedermayer2011-04-29
* | Set channel layout for True Audio files.Carl Eugen Hoyos2011-04-29
* | Fix channel layout for some stereo flac files.Carl Eugen Hoyos2011-04-29
* | flashsv2enc: mark encoder experimentalMichael Niedermayer2011-04-29
* | flashsv2enc: remove useless castsMichael Niedermayer2011-04-29
* | flashsv2enc: use av_freep()Michael Niedermayer2011-04-29
* | flashsv2enc: remove useless if()Michael Niedermayer2011-04-29
* | encoder for adobe's flash ScreenVideo2 codecJoshua Warner2011-04-29
* | Revert "avparser: don't av_malloc(0)."Michael Niedermayer2011-04-29