summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* zmbvenc: do not set avctx->coded_framePaul B Mahol2013-07-071-2/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* gif: remove unused AVFrame from encoder private contextPaul B Mahol2013-07-071-3/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* gif: do not set avctx->coded_framePaul B Mahol2013-07-071-1/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* dxa: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-061-10/+13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* mmsh: reimplement seekingMichael Niedermayer2013-07-071-16/+17
| | | | | | Fixes Ticket2682 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer2013-07-071-0/+9
| | | | | | Fixes long delay with some hardware generated h264 in ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer2013-07-071-4/+6
| | | | | | This fixes hyothetical bugs with parsing of elements after the TOC Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/mp3dec: read xing toc independant of usetoc, only skip filling ↵Michael Niedermayer2013-07-071-5/+2
| | | | | | | | index if requested Fixes hypothetical parsing bug with -usetoc 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/Makefile: remove stray tabMichael Niedermayer2013-07-071-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-071-0/+1
|\ | | | | | | | | | | | | | | | | | | * qatar/master: wtv: Mark attachment with a negative stream id Conflicts: libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wtv: Mark attachment with a negative stream idLuca Barbato2013-07-071-0/+1
| | | | | | | | | | | | | | | | | | A sid 0 would be mismatched to the attachment. Prevent NULL pointer dereference. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d'Michael Niedermayer2013-07-072-9/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d': avprobe: rename the prettyprint structures tools: Wording and formatting cosmetics Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avprobe: rename the prettyprint structuresLuca Barbato2013-07-071-10/+10
| |
| * tools: Wording and formatting cosmeticsDiego Biurrun2013-07-062-9/+9
| |
* | Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer2013-07-073-22/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '6516632967da5e6bd7d6136e8678f826669ed26e': tests: Only run noproxy test if networking is enabled fifo: K&R formatting cosmetics Conflicts: libavformat/Makefile libavutil/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-062-6/+7
| |
| * fifo: K&R formatting cosmeticsLuca Barbato2013-07-061-24/+28
| |
* | Merge commit '4e7f0b082d8c4b360312216b9241bec65ff63b35'Michael Niedermayer2013-07-071-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '4e7f0b082d8c4b360312216b9241bec65ff63b35': kmvc: Clip pixel position to valid range The added clip should make no difference, there are already checks for the index. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * kmvc: Clip pixel position to valid rangeLuca Barbato2013-07-061-1/+2
| | | | | | | | | | Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | Merge commit '8f689770548c86151071ef976cf9b6998ba21c2a'Michael Niedermayer2013-07-071-19/+1
|\ \ | |/ | | | | | | | | | | * commit '8f689770548c86151071ef976cf9b6998ba21c2a': kmvc: use fixed sized arrays in the context Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * kmvc: use fixed sized arrays in the contextLuca Barbato2013-07-061-19/+1
| | | | | | | | | | Avoid some boilerplate code to dynamically allocate and then free the buffers.
* | avformat/mov: Fix duration of fragmented movMichael Niedermayer2013-07-071-1/+1
| | | | | | | | | | | | Fixes Ticket2757 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dct_unquantize_h263_intra_c: fix assert conditionMichael Niedermayer2013-07-071-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
| | | | | | | | | | | | should fix ticket2755 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | oggparseskeleton: avoid header parsing failureMichael Niedermayer2013-07-061-0/+3
| | | | | | | | | | | | Based on description by James Almer and the xiph wiki Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nutdec: use ff_find_last_ts()Michael Niedermayer2013-07-061-8/+2
| | | | | | | | | | | | Fixes finding the duration for nut files that are truncated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer2013-07-062-24/+42
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | replace some deprecated definesPaul B Mahol2013-07-065-13/+13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/blend: use dual input helpersPaul B Mahol2013-07-064-108/+86
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer2013-07-061-0/+2
| | | | | | | | | | | | This should fix fate on these platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer2013-07-061-3/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | oggparseskeleton: Replace avpriv_report_missing_feature() with a normal ↵James Almer2013-07-061-2/+1
| | | | | | | | | | | | | | | | av_log() call since there should not be more than one fisbone for a given stream. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | oggparseskeleton: Fix fisbone header parsingJames Almer2013-07-061-1/+6
| | | | | | | | | | | | | | | | | | start_granule should be applied to the stream referenced in the fisbone packet, not to the Skeleton stream. This was broken in d1f05dd18375f2f8e68372edee11436927e43ba8 and produced bogus warnings about multiple fisbone in the same stream on files with more than one stream. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/muxing: add support to audio resamplingStefano Sabatini2013-07-061-28/+93
| | | | | | | | | | Allows to encode to output in case the destination sample format is different from AV_SAMPLE_FMT_S16.
* | doc/encoders: add libopus encoder docTimothy Gu2013-07-061-0/+73
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-061-20/+30
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: bitstream_filter: K&R formatting cosmetics Conflicts: libavcodec/bitstream_filter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * bitstream_filter: K&R formatting cosmeticsLuca Barbato2013-07-051-22/+32
| |
* | avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer2013-07-062-1/+21
| | | | | | | | | | | | | | The toc is inexact and not using it can thus make sense. Using it is faster though, thus the opposite can similarly makes sense Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tcp: Use a default timeout of 5 sec for opening a connection but not for ↵Michael Niedermayer2013-07-061-3/+8
| | | | | | | | | | | | | | | | | | receiving packets This should be closer to how tcp behaved longer ago and should fix the issue with idle connections timing out. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer2013-07-061-1/+1
| | | | | | | | | | | | Most code treats timeout < 0 like 0 already Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tcp: Fix the default timeoutMichael Niedermayer2013-07-061-2/+1
| | | | | | | | | | | | Fixes Ticket2694 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans2013-07-052-3/+4
| | | | | | | | | | | | | | The method guess_ni_flag needs to divide timestamps in the index by sample_size if it is set in order to compare different streams correctly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol2013-07-054-7/+77
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | get_bits: add get_bits_le()Paul B Mahol2013-07-051-18/+43
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/delogo: band width must be at least 1Jean Delvare2013-07-052-6/+3
| | | | | | | | | | | | | | | | | | | | We need at least one pixel around the logo to use as known points to interpolate from. So properly declare the band/t attribute has having a minimum value of 1. Signed-off-by: Jean Delvare <khali@linux-fr.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/delogo: option show shouldn't affect bandJean Delvare2013-07-053-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Options "show" and "band" are unrelated and should thus be independent. However, setting "show" to 1 currently resets "band" to its default value of 4. While this is documented, this still surprising and confusing IMHO. Change this behavior and make "show" and "band" independent from each other. Update the documentation accordingly. Signed-off-by: Jean Delvare <khali@linux-fr.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/blackdetect: support 2 more pixels formatsPaul B Mahol2013-07-051-3/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/cropdetect: export cropdetect info to frame metadataPaul B Mahol2013-07-051-0/+17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/delogo: remember left and right samples when interpolatingJean Delvare2013-07-051-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The left and right samples are the same for the whole line, so store their values and don't recompute them for every iteration of "y". This simple optimization results in a speed improvement between 15% and 20% in my tests (depending on the logo geometry.) Result is obviously the same. Signed-off-by: Jean Delvare <khali@linux-fr.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud