summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/ac3dec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-202-6/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* configure: disable strip when using icl.Matthew Oliver2014-11-201-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mpeg12dec: forward error codesMichael Niedermayer2014-11-201-18/+22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mpeg12dec: Use more specific error codesMichael Niedermayer2014-11-201-20/+20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mpeg12dec: do not fail on invalid frame_rate_indexMichael Niedermayer2014-11-201-1/+1
| | | | | | Fixes Ticket4073 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mpeg12dec: Print error/warning messages on issues in ↵Michael Niedermayer2014-11-201-2/+6
| | | | | | mpeg1_decode_sequence() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* configure: Prevent icl being incorrectly detected as msvc.Matthew Oliver2014-11-201-23/+23
| | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-11-201-2/+6
|\ | | | | | | | | | | | | * cehoyos/master: lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak.Carl Eugen Hoyos2014-11-201-2/+6
| | | | | | | | Fixes ticket #4049.
* | avutil/arm/float_dsp_init_vfp: replace restrict by av_restrictjessejiang2014-11-201-1/+1
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Changelog: add WebP muxerMichael Niedermayer2014-11-201-0/+2
| | | | | Suggested-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer2014-11-201-0/+10
| | | | | | | This avoids out of array accesses Should fix Ticket3451 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code ↵Michael Niedermayer2014-11-201-4/+19
| | | | | | | | | similarity Fixes misdetection of s16le Fixes Ticket4109 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '7fd10f66b722eccc2ada9128766d002f6d751f79'Michael Niedermayer2014-11-191-0/+1
|\ | | | | | | | | | | | | * commit '7fd10f66b722eccc2ada9128766d002f6d751f79': hdsenc: Clear the previous codec tag when setting up the chained muxer Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö2014-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The chained flv muxer wants one set of tags - normally this set could be signaled via the AVOutputFormat codec_tag field (as smoothstreamingenc and dashenc do). hdsenc doesn't signal it, since the FLV codec tag arrays aren't exported from flvenc.c. This can lead to the caller keeping an original codec tag from the originating container here, which would then be a mismatch for the FLV muxer. Since we don't really care about what codec tag the caller might have set, just clear it and let the lavf muxer layer set the right one for the chained FLV muxer later instead. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'f918b8a2933a65020cbe490ec637d5485c11a692'Michael Niedermayer2014-11-191-1/+1
|\ \ | |/ | | | | | | | | | | * commit 'f918b8a2933a65020cbe490ec637d5485c11a692': hdsenc: Use the right filename in an error message Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hdsenc: Use the right filename in an error messageMartin Storsjö2014-11-191-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | avformat/avienc: write last frame durationMichael Niedermayer2014-11-191-0/+10
| | | | | | | | | | | | Fixes small part of Ticket 3052 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/avienc: factor frame skip code outMichael Niedermayer2014-11-191-16/+32
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: skip duration cliping for passthrough & drop modesMichael Niedermayer2014-11-191-7/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena imageClément Bœsch2014-11-191-1/+1
| | | | | | | | | | | | Less likely to change, and under our control. Thanks-to: Michael Niedermayer
* | ffmpeg: Check duration for overlap and clip in fps cfr/vfr codeMichael Niedermayer2014-11-192-1/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Use input packet duration in vfr/cfr code if available and validMichael Niedermayer2014-11-192-0/+9
| | | | | | | | Fixes Ticket3052
* | avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/tta: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-7/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix printed timestamp for droped framesMichael Niedermayer2014-11-191-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/concatdec: add timestamp logStefano Sabatini2014-11-191-0/+11
| | | | | | | | Help debugging timestamp conversion issues.
* | ffmpeg: better CFR frame duplication selectionMichael Niedermayer2014-11-192-11/+35
| | | | | | | | | | | | | | | | | | This improves the handling of cases where the frame duration is not known Fixes Ticket 4119 Fixes Ticket 1578 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix variable type for end charMichael Niedermayer2014-11-191-1/+1
| | | | | | | | | | | | fixes warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mpegtsenc: change the min value for mpegts_start_pid to allow ATSC PIDsdedicatedbroadcastsolutions2014-11-191-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dashenc: degrade gracefully if a stream's bitrate is unavailableRodger Combs2014-11-181-6/+12
| | | | | | | | | | | | | | If a stream's bitrate is not set, this attempts to use its rc_max_rate; if neither is set, it avoids writing a bandwidth attribute at all. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/writing_filters: fix reference to Lenna imageClément Bœsch2014-11-181-1/+2
| |
* | doc/writing_filters: use a more portable sed command in the walk-throughClément Bœsch2014-11-181-3/+1
| |
* | Merge commit '7813e6752bdab38a5686c301e869ee71d97bce69'Michael Niedermayer2014-11-180-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '7813e6752bdab38a5686c301e869ee71d97bce69': configure: Fix enabling memalign_hack automatically Conflicts: configure See: 3d93ba562243b6d8afac3c875c05304d41da94bf Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Fix enabling memalign_hack automaticallyMartin Storsjö2014-11-181-1/+1
| | | | | | | | | | | | | | | | | | simd_align_16 is a configure item that can be enabled or disabled, it's not a variable containing a list of other configure items as need_memalign previously. This was broken in eba2233b5. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* | avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder.Peter Hall2014-11-181-1/+1
| | | | | | | | | | | | | | | | The libvorbis encoder already supports a small last frame, but the layer above doesn't know that because we didn't register the small last frame capability. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/options: Set AVCodecContext->codec upon initialization.Vadim Kalinsky2014-11-181-1/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/ffmenc: fix memleak in ffm_write_headerJames Almer2014-11-181-2/+0
| | | | | | | | | | | | | | | | Regression since 745730c9c208c40f800d5d71ffa39aceab6ce044. The dynamic buffer was not being used or freed. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | doc/filters: use '|' instead of ':' in the documentation.Simon Thelen2014-11-181-8/+8
| | | | | | | | | | | | | | | | Using colons to separate the outdefs is deprecated. Switch to using '|' to separate the list items. Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_volume: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-182-5/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-181-3/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/nellymoser: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-182-9/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Fix some wrong versionsMichael Niedermayer2014-11-181-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/float_dsp: add avpriv_float_dsp_alloc()Michael Niedermayer2014-11-184-2/+21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-181-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-181-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-181-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mjpegdec: Support some subsampled GBR variantsMichael Niedermayer2014-11-181-7/+23
| | | | | | | | | | | | Fixes Ticket4045 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mp3dec: avoid seeking to negative positionsMichael Niedermayer2014-11-181-0/+4
| | | | | | | | | | | | Fixes Ticket4038 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud