summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\
| * adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-20
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
| * adx parser: set durationJustin Ruggles2012-02-20
| * mlp parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * gsm parser: set durationJustin Ruggles2012-02-20
| * mpegaudio parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * flac parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
| * avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
| * pnmdec: remove useless .pix_fmtsPaul B Mahol2012-02-20
| * libmp3lame: support float and s32 sample formatsJustin Ruggles2012-02-20
| * libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles2012-02-20
| * libmp3lame: use the LAME default bit rateJustin Ruggles2012-02-20
| * libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-20
| * libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles2012-02-20
| * libmp3lame: convert some debugging code to av_dlog()Justin Ruggles2012-02-20
| * libmp3lame: remove outdated comment.Justin Ruggles2012-02-20
| * libmp3lame: do not set coded_frame->key_frame.Justin Ruggles2012-02-20
| * libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-20
| * libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-20
| * pcxenc: switch to encode2().Anton Khirnov2012-02-20
| * sgienc: switch to encode2().Anton Khirnov2012-02-20
| * targaenc: switch to encode2().Anton Khirnov2012-02-20
| * targaenc: don't modify input frame.Anton Khirnov2012-02-20
| * roqvideoenc: switch to encode2().Anton Khirnov2012-02-20
| * roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-20
| * pnmenc: switch to encode2().Anton Khirnov2012-02-20
| * huffyuv: switch to encode2().Anton Khirnov2012-02-20
| * v410enc: switch to encode2().Anton Khirnov2012-02-20
| * zmbvenc: switch to encode2().Anton Khirnov2012-02-20
| * zmbvenc: move header writing to the end of encode_frame().Anton Khirnov2012-02-20
| * h264: don't use redzone in loopfilter on win64.Ronald S. Bultje2012-02-19
* | lavc: set bit_rate in the decoder context, just after the init stageStefano Sabatini2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-20
|\|
| * examples: unbreak compilationLuca Barbato2012-02-19
| * ttadec: cosmetics: reindentPaul B Mahol2012-02-19
| * sunrast: use RLE trigger macro inplace of the hard coded value.Aneesh Dogra2012-02-19
| * sunrastenc: set keyframe flag for the output packet.Aneesh Dogra2012-02-19
| * mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-19
| * mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-19
* | wmalossless: Fix infinite loop.Michael Niedermayer2012-02-19
* | wmalossless: Switch to new audio APIMichael Niedermayer2012-02-19
* | wmalossless: remove tabMichael Niedermayer2012-02-19
* | Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2012-02-19
|\ \
| * | Perform inter-channel decorr. only if both channels are codedMashiat Sarker Shakkhar2012-02-18
| * | Use fixed-length array in revert_mclms()Benjamin Larsson2012-02-16
* | | pamdec: fix mono support.Michael Niedermayer2012-02-19
* | | H264 parser: enable header parsing/frame type detection for is_avc.Reimar Döffinger2012-02-19
* | | pamenc: allocate the correct packetsize for mono.Michael Niedermayer2012-02-19