summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Grammar fixes for FFmpeg descriptionDerek Buitenhuis2013-03-31
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Fix grammar in -n descriptionDerek Buitenhuis2013-03-31
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Small grammar fix in -f descriptionDerek Buitenhuis2013-03-31
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Document which cpuflags existDerek Buitenhuis2013-03-31
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Explain the various logevel settingsDerek Buitenhuis2013-03-31
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Remove list of format fieldsDerek Buitenhuis2013-03-31
| | | | | | | | These are available in the output of -formats. Similarily, we do not list the fields for e.g. -codecs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doxygen: dont strip code commentsMichael Niedermayer2013-03-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dvdec: fix lowres=3 with yuv 4:1:1Michael Niedermayer2013-03-31
| | | | | | Fixes Ticket2390 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* opt: attempt to improve options dump output.Clément Bœsch2013-03-31
| | | | Add some indent and remove the '-' prefix for filters.
* cmdutils: support filters in the help topic system.Clément Bœsch2013-03-31
|
* cmdutils: avtool -> fftoolClément Bœsch2013-03-31
|
* cmdutils: allow forcing log line repeationMichael Niedermayer2013-03-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cmdutils_common_opts: fix loglevel help text as its inaccurateMichael Niedermayer2013-03-31
| | | | | | | | | ffmpeg and ffplay use the loglevel as well as libpostproc, libswscale and libswresample. Also this makes the text shorter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini2013-03-31
| | | | Simplify.
* lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini2013-03-31
|
* lavfi/overlay: fix debug PTS output in try_filter_frame()Stefano Sabatini2013-03-31
| | | | | The PTS of the input frames must be interpreted according to the input timebase, which is not the same as the output timebase.
* doc/filters: fix width/height typo in crop filter.Timothy Gu2013-03-31
| | | | Signed-off-by: Clément Bœsch <ubitux@gmail.com>
* lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch2013-03-31
|
* lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch2013-03-31
|
* fate/filter: use aperms to test volume filter.Clément Bœsch2013-03-31
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-31
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: doc/platform: Remove part about dllimport vp8: Fix pthread_cond and pthread_mutex leaks Conflicts: doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/platform: Remove part about dllimportDerek Buitenhuis2013-03-30
| | | | | | | | | | | | | | | | | | Only deprecated things need this at all anymore, as we have functions to access them or they are no longer needed. The document should not encourage use of deprecated APIs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz2013-03-30
| | | | | | | | | | | | CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | decimate: check for avctx ptr before closing.Clément Bœsch2013-03-31
| | | | | | | | Fixes a crash init failed before setting avctx.
* | Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.Stephen Hutchinson2013-03-31
| | | | | | | | | | | | | | Partial fix for ticket #2412 in that using PIX_FMT_BGR24 fixes the swapped channels issue when using scripts serving RGB24. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_refs: check for multiple mismatching long term ref assignmentsMichael Niedermayer2013-03-31
| | | | | | | | | | | | Fixes failure of the assert added a few hours ago. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-03-30
|\ \ | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: always queue attachment pictures after flushing the video packet queue ffplay: fix early frame dropped pts serial Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffplay: always queue attachment pictures after flushing the video packet queueMarton Balint2013-03-30
| | | | | | | | | | | | | | | | | | | | | | | | Requeue them after seeking and also after opening a video stream. Also don't fill the video queue in case of an attached picture video stream since there will be no more than one packet from that stream. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: fix early frame dropped pts serialMarton Balint2013-03-30
| | | | | | | | | | | | | | | | | | | | | Fixes early frame drop which was kind of broken since 26c208cf0ff59efd7786528884a64d35fc42e9bf. Signed-off-by: Marton Balint <cus@passwd.hu>
* | | h264_direct: assert the validity of the spatial refMichael Niedermayer2013-03-30
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: move last_slice_type reset into decode_slice_headerMichael Niedermayer2013-03-30
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: move the default_ref_list_done check down after its inputs have been ↵Michael Niedermayer2013-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | written Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264_refs: assert that the references are not deallocatedMichael Niedermayer2013-03-30
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264_refs: assert that long ref fields have not been inserted multiple timesMichael Niedermayer2013-03-30
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avutil: add av_buffer_get_ref_count()Michael Niedermayer2013-03-30
| | | | | | | | | | | | | | | | | | This function is quite usefull for debuging Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: Move slice_table clean out of frame_startMichael Niedermayer2013-03-30
| | | | | | | | | | | | | | | | | | | | | Fixes inconsistency ultimately leading to an out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc: remove empty functionPaul B Mahol2013-03-30
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | doc/texi2pod.pl: skip printing chapter names if they are disabledStefano Sabatini2013-03-30
| | |
* | | lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini2013-03-30
|/ /
* | Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos2013-03-30
| | | | | | | | | | | | Fixes decoding with picky media players. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-30
|\ \ | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: Fix compilation with --enable-decoder=webp --disable-decoder=vp8 Do not show "Estimating duration from bitrate" warning if no duration was estimated. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Fix compilation with --enable-decoder=webp --disable-decoder=vp8Carl Eugen Hoyos2013-03-30
| | |
| * | Do not show "Estimating duration from bitrate" warning if no duration was ↵Carl Eugen Hoyos2013-03-30
| | | | | | | | | | | | estimated.
* | | ffplay: use av_guess_frame_rate()Michael Niedermayer2013-03-30
| | | | | | | | | | | | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fate: Print correct error message for reference generation tooMichael Niedermayer2013-03-30
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-30
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | * qatar/master: fate: add an option to generate the references Conflicts: doc/fate.texi tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add an option to generate the referencesLuca Barbato2013-03-29
| | | | | | | | Useful to add or update fate tests.
* | Fix pthread_cond and pthread_mutex leaks in vp8Matt Wolenetz2013-03-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | paf_video: make code independent of sizeof(AVFrame)Paul B Mahol2013-03-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aacps: correct opdipd code to match specMichael Niedermayer2013-03-29
| | | | | | | | | | | | | | This fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>