summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\
| * libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-07
| * Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-07
| * lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-07
| * lavf: add missing '*' in a doxy.Anton Khirnov2012-05-07
| * h264: Remove a commented-out function pointer typedef.Diego Biurrun2012-05-07
| * txd: Remove write-only variable in txd_decode_frame().Diego Biurrun2012-05-07
| * mmvideo.c: Remove unused variable in mm_decode_pal().Diego Biurrun2012-05-07
| * build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-07
| * build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
| * libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-07
| * pthread: warn on high thread countsSean McGovern2012-05-07
| * vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-07
| * avprobe: allow showing only one container/stream property.Ronald S. Bultje2012-05-07
| * lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-07
| * lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-07
| * lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
| * zerocodec: check if the previous frame is missingPaul B Mahol2012-05-06
| * doc: clarify check for NULL pointer styleLuca Barbato2012-05-06
* | mpegvideo: double thread limitMichael Niedermayer2012-05-07
* | aacdec: Add forgotten flushOle Dittmann2012-05-07
* | ffmpeg: print next_dts too on debug_tsMichael Niedermayer2012-05-07
* | Decode XBR extension in first assetNick Brereton2012-05-07
* | mp3enc: avoid ifdefMichael Niedermayer2012-05-07
* | mp3enc: Fix Xing tag identification string for CBR filesTobias Rapp2012-05-07
* | ffm: disable adjust_write_index()Michael Niedermayer2012-05-07
* | yadif: Add yuva444p to format list.Robert Nagy2012-05-07
* | swr: fix silence buffer for planar U8Michael Niedermayer2012-05-07
* | swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-06
|\|
| * dfa: use more meaningful return codesKostya Shishkov2012-05-06
| * eatgv: check vector_bitsMichael Niedermayer2012-05-06
| * eatgv: check motion vectorsKostya Shishkov2012-05-06
| * Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
| * dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-06
| * avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-06
| * tests/utils: don't ignore the return value of fwrite()Sean McGovern2012-05-06
| * lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-06
| * lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini2012-05-06
| * lavfi: always enable the scale filter and depend on sws.Anton Khirnov2012-05-06
| * vf_split: support user-specifiable number of outputs.Anton Khirnov2012-05-06
| * avconv: remove stray useless comment.Anton Khirnov2012-05-06
| * mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-06
| * rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-06
| * avserver: check return value of ftruncate()Mans Rullgard2012-05-06
| * lagarith: make offset array type unsignedKostya Shishkov2012-05-06
| * dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-06
| * aacps: NEON optimisationsMans Rullgard2012-05-05
| * aacps: align some arraysMans Rullgard2012-05-05
| * aacps: move some loops to function pointersMans Rullgard2012-05-05