aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svq1enc: Fix assignments in if()Michael Niedermayer2013-01-141-2/+2
* ra144enc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* nellymoserenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libvorbisenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libvo-aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libspeexenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libopencore-amr: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libmp3lame: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libfdk-aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* libfaac: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-142-2/+2
* h264: don t leave stale pointers in delayed_pic in flush_changes.Michael Niedermayer2013-01-141-1/+8
* swr/dither: fix division by 0Michael Niedermayer2013-01-141-1/+1
* h264: fix () placementMichael Niedermayer2013-01-141-1/+1
* ffplay: fix sws_flagsMichael Niedermayer2013-01-131-0/+1
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-131-1/+1
* swr: limit buffer size for silence injectionMichael Niedermayer2013-01-131-0/+7
* swr: limit buffer size for discarding.Michael Niedermayer2013-01-131-5/+8
* ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-132-4/+9
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-132-9/+9
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-132-6/+6
* lavf: clarify/extend documentation for AVFormatContext::analyzedurationStefano Sabatini2013-01-132-2/+4
* lavf/utils: clarify/extend messages in avformat_find_stream_info()Stefano Sabatini2013-01-131-2/+2
* doc/ffmpeg: extend documentation for the -filter options and -af/vf aliasesStefano Sabatini2013-01-132-15/+24
* doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-01-131-0/+1
* lavfi/gradfun: support YUV440PPaul B Mahol2013-01-131-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-132-2/+4
|\
| * rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-122-2/+4
* | Merge commit 'e568db40258d549777ac1c16971678e18a18f5f5'Michael Niedermayer2013-01-131-0/+28
|\|
| * rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-121-0/+28
* | Merge commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8'Michael Niedermayer2013-01-133-5/+5
|\|
| * rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-121-1/+1
| * fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-122-4/+4
* | Merge commit '4d3b144c5ea824193019019d33740a1ae9e0bb69'Michael Niedermayer2013-01-139-69/+69
|\|
| * fate: cosmetics: Order some test entriesDiego Biurrun2013-01-129-69/+69
* | pthread: Do not use a half updated context as master for deallocation.Michael Niedermayer2013-01-131-1/+5
* | dvdsubenc: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer2013-01-121-1/+1
* | dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer2013-01-121-1/+1
* | swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer2013-01-121-1/+10
* | swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer2013-01-121-0/+1
* | dec/developer: Add Valgrind / Address Sanitizer to the patch checklistMichael Niedermayer2013-01-121-0/+3
* | swr: use a local variable for ns_coeffsMichael Niedermayer2013-01-121-1/+2
* | swr: use local variable for ns_errorsMichael Niedermayer2013-01-121-2/+3
* | swr: minor simplification for the noise shaping pos updateMichael Niedermayer2013-01-121-1/+1
* | lavfi/aevalsrc: try to honor specified durationMatthieu Bouron2013-01-121-2/+2
* | frmdec: do not abuse ff_codec_get_id()Paul B Mahol2013-01-121-3/+3
* | lavf: use avpriv_find_pix_fmt instead of ff_Michael Niedermayer2013-01-121-1/+1
* | lavc: ff_find_pix_fmt ->avprivMichael Niedermayer2013-01-122-5/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-124-3/+13
|\|