aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* H264: Fix intra only decoding.Michael Niedermayer2011-05-011-1/+1
* H264:Print short+long+max values when they dont match up.Michael Niedermayer2011-05-011-1/+1
* H264:use av_assert0() for frame num checkMichael Niedermayer2011-05-011-1/+2
* H264: print nal_ref_idc too for debugMichael Niedermayer2011-05-011-1/+1
* Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-05-011-1/+2
* lavc: lowercase the FRWU codec nameami_stuff2011-05-012-3/+3
* Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-014-418/+419
|\
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-304-418/+418
* | CrystalHD: Add auto-detection of packed b-frame bug.Philip Langdale2011-04-301-1/+18
* | lavc: remove disabled avcodec_decode_video() codeStefano Sabatini2011-04-301-17/+0
* | In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier2011-04-292-2/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-3020-460/+142
|\ \
| * | AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-291-2/+1
| * | vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-293-125/+113
| * | Remove disabled non-optimized code variants.Diego Biurrun2011-04-292-162/+0
| * | Remove some disabled printf debug cruft.Diego Biurrun2011-04-2915-190/+0
| * | Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-292-8/+5
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-293-21/+12
| * | vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
| |/
| * mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
| * rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* | flashsv2enc:fix segfaultMichael Niedermayer2011-04-291-1/+1
* | Set channel layout for True Audio files.Carl Eugen Hoyos2011-04-291-0/+12
* | Fix channel layout for some stereo flac files.Carl Eugen Hoyos2011-04-291-0/+1
* | flashsv2enc: mark encoder experimentalMichael Niedermayer2011-04-291-0/+1
* | flashsv2enc: remove useless castsMichael Niedermayer2011-04-291-6/+6
* | flashsv2enc: use av_freep()Michael Niedermayer2011-04-291-8/+8
* | flashsv2enc: remove useless if()Michael Niedermayer2011-04-291-7/+0
* | encoder for adobe's flash ScreenVideo2 codecJoshua Warner2011-04-293-0/+915
* | Revert "avparser: don't av_malloc(0)."Michael Niedermayer2011-04-291-6/+4
* | Remove lowres support from cdgraphics decoderami_stuff2011-04-291-1/+0
* | Reduce max lowres from 5 to 3 in sp5x decoderami_stuff2011-04-291-1/+1
* | Remove lowres support from pnm decoderami_stuff2011-04-291-5/+0
* | Remove lowres support from png decoderami_stuff2011-04-291-1/+0
* | MJPEG encoder to write aspect ratio informationNiobos2011-04-281-1/+1
* | Fix buffering in qpeg in a way that allows direct rendering.Michael Niedermayer2011-04-281-12/+17
* | Revert "qpeg: use reget_buffer() in decode_frame()"Michael Niedermayer2011-04-281-3/+6
* | Change silly variable name "class" to "partition_class".Carl Eugen Hoyos2011-04-281-7/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-2812-78/+96
|\|
| * vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-271-7/+7
| * simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-271-7/+7
| * Simplify av_log_missing_feature().Diego Biurrun2011-04-271-3/+1
| * ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles2011-04-271-2/+0
| * If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles2011-04-271-0/+2
| * If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles2011-04-271-0/+7
| * cosmetics: indentationJustin Ruggles2011-04-271-8/+8
| * Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-271-1/+27
| * aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-272-20/+8
| * aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-272-4/+4
| * Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-274-8/+10