aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-29truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje
2012-03-29truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje
2012-03-29configure: Check for a different SDL functionMartin Storsjö
2012-03-29mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov
2012-03-29id3v2: add another mimetype for JPEG imageKostya Shishkov
2012-03-28lzw: prevent buffer overreads.Ronald S. Bultje
2012-03-29WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar
2012-03-28h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje
2012-03-28truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje
2012-03-28asf: only set index_read if the index contained entries.Ronald S. Bultje
2012-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: fix overreads in cabac reader.Ronald S. Bultje
2012-03-28wmall: fix seeking.Ronald S. Bultje
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje
2012-03-28dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun
2012-03-28build: fix doc generation errors in parallel buildsMans Rullgard
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-28avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov
2012-03-28FATE: add a test for vp8 with changing frame size.Anton Khirnov
2012-03-27fate: add kgv1 fate test.Ronald S. Bultje
2012-03-27oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-27westwood_vqa: set video stream durationPaul B Mahol
2012-03-27raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje
2012-03-27build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-03-27build: fix RALF decoder standalone compilation, which depends on Golomb codeDiego Biurrun
2012-03-27configure: Drop stray duplicate entry for --disable-fft from help output.Diego Biurrun
2012-03-27make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka
2012-03-26mpegts: Fix dead error checksAlex Converse
2012-03-26vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar
2012-03-26targa: convert to bytestream2.Ronald S. Bultje
2012-03-26rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje
2012-03-26build: ppc: drop stray leftover backslashDiego Biurrun
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26build: drop some unnecessary dependencies from the H.264 parserDiego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-03-26libavutil: Remove pointless rational test program.Diego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2012-03-26lavf doxy: expand AVStream.codec doxy.Anton Khirnov
2012-03-26lavf doxy: improve AVStream.time_base doxy.Anton Khirnov
2012-03-26lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov