aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-121-1/+1
* ffplay: stats: do not dereference NULL videoNicolas George2011-02-111-1/+8
* VP8: optimized mv prediction and decodingJason Garrett-Glaser2011-02-111-91/+91
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-111-1/+0
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-111-6/+2
* asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-111-5/+4
* asfdec: split asf_read_header()Anton Khirnov2011-02-111-151/+214
* wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-111-1/+18
* make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross2011-02-111-0/+2
* add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-112-1/+3
* Remove final semicolon from some macrosMans Rullgard2011-02-116-10/+10
* dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-111-1/+1
* document passing the fate samples location via make variableJanne Grunau2011-02-111-1/+4
* dvbsubdec: check against buffer overreadsJanne Grunau2011-02-111-2/+9
* Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-111-7/+2
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-118-29/+230
* Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-111-1/+1
* ivi_dsp: remove semicolons after function definitionsMans Rullgard2011-02-111-4/+4
* mov: remove stray semicolonMans Rullgard2011-02-111-1/+1
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-111-15/+0
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-111-5/+2
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-111-10/+9
* udp: Enable address reuse by default for multicastDavid Fries2011-02-111-2/+15
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-111-4/+1
* Fix build with threading disabledMans Rullgard2011-02-111-0/+2
* w32thread: add missing #include thread.hMans Rullgard2011-02-111-0/+1
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-113-58/+66
* check sample_fmt in avcodec_openReimar Döffinger2011-02-111-0/+10
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-111-3/+0
* vp3: Frame-based multithreading supportAlexander Strange2011-02-111-23/+131
* Add missing git rev hash.Ronald S. Bultje2011-02-111-1/+1
* Deprecate avcodec_thread_init()Alexander Strange2011-02-118-20/+42
* Add missing git rev hash.Ronald S. Bultje2011-02-111-1/+1
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-1111-10/+1068
* Add missing git revision hask.Ronald S. Bultje2011-02-111-1/+1
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-112-6/+6
* Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-0927-54/+54
* Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-091-3/+2
* VP8: idct_mb optimizationsJason Garrett-Glaser2011-02-091-16/+16
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-091-5/+15
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-095-22/+26
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-092-5/+5
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-091-1/+1
* oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-091-7/+7
* Fix HOSTLIBS on HaikuFrançois Revol2011-02-091-0/+1
* Documentation updates for the git migrationReinhard Tartler2011-02-094-8/+8
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-092-3/+3
* add APIChanges entry for fe9a3fbJanne Grunau2011-02-091-0/+3
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-092-0/+2
* libavfilter: add video movie sourceStefano Sabatini2011-02-095-0/+370