summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ffv1enc: check for malloc failureMichael Niedermayer2013-02-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: apply various rendering changes to the showspectrum docsStefano Sabatini2013-02-05
| | | | | | In particular: always use @table @samp for showing constant tables, add a few empty lines for improving readability, and specify default value when missing.
* doc/filters: fix @item syntax in showspectrum docsStefano Sabatini2013-02-05
| | | | | In particular, fix warnings: ** Unknown command with braces `@item' (in doc/filters.texi l. 60XX)
* flacdec: silence several "warning: X may be used uninitialized in this function"Michael Niedermayer2013-02-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wmavoice: silence may be used uninitialized warningsMichael Niedermayer2013-02-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/showspectrum: display multiple channels in separate rowRudolf Polzer2013-02-04
| | | | | | The showspectrum filter gets multiple channel (any count) support. Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
* sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer2013-02-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vc1dec: Fix 2 "warning: may be used uninitialized in this function"Michael Niedermayer2013-02-04
| | | | | | Initialize pointers to NULL for safety Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'mjbshaw/master'Michael Niedermayer2013-02-04
|\ | | | | | | | | | | | | * mjbshaw/master: libopenjpegenc: make dci compliant j2c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libopenjpegenc: make dci compliant j2cMichaƫl Cinquin2013-02-03
| | | | | | | | Signed-off-by: Michael Bradshaw <mjbshaw@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-04
|\ \ | |/ |/| | | | | | | | | * qatar/master: mpegvideo: simplify REBASE_PICTURE Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-04
| | | | | | | | | | | | | | | | | | | | | | Always evaluate to NULL when the source Picture is not located in the MpegEncContext.picture array. That will only happen for next/last_picture_ptr when updating the thread context during h264 frame threaded decoding, where they will point to elements of ref_list. Since ref_list is not copied during updating the context and is invalid until it is constructed for the current slice, there is no point in doing anything complicated with next/last_picture_ptr, as they will get updated when the ref_list is filled.
* | swr: Dont use floats for S32->S32 when possibleMichael Niedermayer2013-02-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: reorder init code to make rematrix status available earlierMichael Niedermayer2013-02-04
| | | | | | | | | | | | | | This also makes some other fields available earlier which may be usefull one day Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr-test: Fix clip to 32bitMichael Niedermayer2013-02-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr/resample: fix integer overflow, add missing castMichael Niedermayer2013-02-04
| | | | | | | | | | | | The effects of this are limited to numeric errors in the output Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr/resample: fix filter rounding and cliping for s32Michael Niedermayer2013-02-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: reformat various filter tables itemsStefano Sabatini2013-02-03
| | | | | | | | Improve overall consistency.
* | lavu/parseutils: add digital cinema frame sizesDave Rice2013-02-03
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | qdm2: disable superblocktype_2_3==0 codeMichael Niedermayer2013-02-03
| | | | | | | | | | | | | | | | The code is untested and contained bugs, we need a sample if any files use this branch. Suggested-by: Roberto Togni Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | qdm2: Fix data type used in multiplication.Michael Niedermayer2013-02-03
| | | | | | | | | | | | | | Avoid unintended truncation. Fixes CID700555 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/showspectrum: set default height to 512Rudolf Polzer2013-02-03
| | | | | | | | | | | | | | | | | | Only power-of-two FFTs are supported; so to get a full spectrum (that is, one up to Nyquist), the height must be a power of two. Therefore, change the default height from 480 to 512. Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
* | put_vp_no_rnd_pixels8_l2_mmx: fix typeMichael Niedermayer2013-02-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/syntax: add missing frame sizesDave Rice2013-02-03
| | | | | | | | | | | | Adding missing frame sizes used in parseutils.c to the documentation. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/syntax: fix frame rate documentationDave Rice2013-02-03
| | | | | | | | | | | | | | This patch corrects a mistake in the documentation and aligns the documentation of frame rates to the values that exist in parseutils.c. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | lavfi/pad: add support to named optionsStefano Sabatini2013-02-03
| |
* | ffplay: remove misleading comment from audio_decode_frame()Stefano Sabatini2013-02-03
| |
* | ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0"Stefano Sabatini2013-02-03
| | | | | | | | The new name better expresses what the variable is.
* | ffplay: remove pts_ptr argument from audio_decode_frame()Stefano Sabatini2013-02-03
| | | | | | | | The argument is no longer used outside the function. Simplify.
* | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.Michael Niedermayer2013-02-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build: Remove superfluous MAKE variable for the build suffixJames Almer2013-02-03
| | | | | | | | | | | | | | Use BUILDSUF instead. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | proresdsp: Fix checkheadersJames Almer2013-02-03
| | | | | | | | | | | | | | It's been broken since commit ac89875 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tagCarl Eugen Hoyos2013-02-03
| | | | | | | | | | | | | | | | | | Replace wrong "EXT-X-ALLOWCACHE" with "EXT-X-ALLOW-CACHE", and value 1/0 with YES/NO, as per spec. Fix trac ticket #2228. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | ffplay: drop redundant NULL sws_freeContext() check in stream_close()Stefano Sabatini2013-02-03
| | | | | | | | sws_freeContext() already checks for NULL, simplify.
* | ffmpeg: free attachments, fix memleakMichael Niedermayer2013-02-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Require at least three frames to autodetect loas.Carl Eugen Hoyos2013-02-02
| |
* | h264: skip error concealment when SPS and slices are mismatchingMichael Niedermayer2013-02-02
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flacdec: skip in stream header packetsMichael Niedermayer2013-02-02
| | | | | | | | | | | | This prevents warning messages on chained oggs with some demuxers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: update filter_design.txt to API changes.Nicolas George2013-02-02
| |
* | h264: silence warning about array index being out of boundsMichael Niedermayer2013-02-02
| | | | | | | | | | | | | | The index is not out of bounds, adding an assert makes gcc realize this. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-02-02
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: step to next frame if paused when seeking ffplay: move up pause functions ffplay: remember last window dimensions ffplay: fix order of setting show_mode ffplay: dynamically allocate audio buffer Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ffplay: step to next frame if paused when seekingMarton Balint2013-02-02
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: move up pause functionsMarton Balint2013-02-02
| | | | | | | | | | | | | | | | | | No change in functionality. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: remember last window dimensionsMarton Balint2013-02-02
| | | | | | | | | | | | | | | | | | | | | After this change the dimensions of single image videos will be remembered when coming back from full screen. The issue was mentioned in ticket #2174. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: fix order of setting show_modeMarton Balint2013-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Without the fix the refresh event may have got called with unset show mode. Fixes ticket #2174. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: dynamically allocate audio bufferMarton Balint2013-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | We simply remove the fixed length VideoState->audio_buf2 and use the previously unused VideoState->audio_buf1. Fixes ticket #2191. Signed-off-by: Marton Balint <cus@passwd.hu>
* | | doc/indevs: add missing final dot in v4l2 option value descriptionStefano Sabatini2013-02-02
| | | | | | | | | | | | Fix inconsistency.
* | | lavfi/crop: fix help message for the keep_aspect optionStefano Sabatini2013-02-02
| | |
* | | ffplay: extend doxy for audio_decode_frame()Stefano Sabatini2013-02-02
| | |
* | | lavd/alsa: simplify reordering functions definition.Nicolas George2013-02-02
| | |