Mercurial > libavcodec.hg
graph
-
When a H.264 stream references a PPS or SPS id which doesn't exist, instead of libavcodec2009-03-03, by takis
-
flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodec2009-03-03, by jbr
-
Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodec2009-03-03, by kostya
-
Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec2009-03-02, by reimar
-
Consider all packets in the parser, not just ones with timestamps, libavcodec2009-03-02, by michael
-
Favor container packets that end after the first byte of the access libavcodec2009-03-02, by michael
-
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodec2009-03-02, by michael
-
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. libavcodec2009-03-02, by diego
-
Change a bunch of codec long_names to be more consistent and descriptive. libavcodec2009-03-02, by diego
-
Do not read uninitialized buffer, no matter if it will be multiplied by libavcodec2009-03-01, by vitor
-
AAC: Make the CPE function more consistent with the functions for other channel elements. libavcodec2009-03-01, by alexc
-
Adjust time_base exactly when changing ticks_per_frame to 2 this is safer libavcodec2009-02-28, by michael
-
Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P libavcodec2009-02-28, by sdrik
-
Add ticks_per_frame, this should hopefully fix the regressions caused libavcodec2009-02-26, by michael
-
Half user provided time_base once during the first frame when there is no libavcodec2009-02-26, by michael
-
Initialize H264 parser context correctly if the optional SEI messages libavcodec2009-02-26, by cehoyos