summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-05
| * rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-05
| * rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-05
| * rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-05
| * rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-05
| * rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-05
| * rtpdec_h264: Clean up commentsMartin Storsjö2012-05-05
| * rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-05
* | swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-06
* | swr: audioconvert: consider mono to be planarMichael Niedermayer2012-05-06
* | swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-06
* | swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer2012-05-06
* | swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-06
* | CrystalHD: Improve detection of field pair -> two fields content.Philip Langdale2012-05-06
* | vsrc_buffer: deprecate the header.Nicolas George2012-05-06
* | vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.Nicolas George2012-05-06
* | src_buffer: update get_nb_failed_requests name.Nicolas George2012-05-06
* | asrc_abuffer: deprecate the header.Nicolas George2012-05-06
* | asrc_abuffer: deprecate av_asrc_buffer_* functions.Nicolas George2012-05-06
* | lavfi: install buffersrc.h.Nicolas George2012-05-06
* | lavfi: remove av_buffersrc_buffer.Nicolas George2012-05-06
* | buffersrc: fix av_buffersrc_add_ref doxy.Nicolas George2012-05-06
* | ffmpeg: do not include vsrc_buffer.h.Nicolas George2012-05-06
* | ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame.Nicolas George2012-05-06
* | ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref.Nicolas George2012-05-06
* | oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-05
|\|
| * tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-05
| * tests: Mark some file-internal symbols as static.Diego Biurrun2012-05-05