aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/h261enc: Avoid casts, Simplify codeMichael Niedermayer2015-01-311-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/cache: pass options to the underlying protocol via the url_open2Zhang Rui2015-01-311-3/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-01-312-1/+2
|\ | | | | | | | | | | | | | | * cehoyos/master: lavc/arm: Use the neon vertical chroma loop filter also for H.264 4:2:2. lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc/arm: Use the neon vertical chroma loop filter also for H.264 4:2:2.Carl Eugen Hoyos2015-01-311-1/+1
| |
| * lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2.Carl Eugen Hoyos2015-01-311-0/+1
| |
* | configure: remove mp_filter leftoverPaul B Mahol2015-01-311-1/+0
| | | | | | | | | | Pointed out by: ubitux Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avfilter: Remove CONFIG_MP_FILTER caseMichael Niedermayer2015-01-311-15/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: remove vf_mp.cPaul B Mahol2015-01-311-769/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | remove libmpcodecsPaul B Mahol2015-01-3116-1555/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/indevs/libcdio: apply minor spell fixes, extend documentationStefano Sabatini2015-01-311-3/+30
| |
* | lavd/libcdio: add more paranoia mode constantsStefano Sabatini2015-01-311-1/+3
| |
* | lavd/libcdio: apply minor fixes to options documentationStefano Sabatini2015-01-311-5/+5
| |
* | avformat/movenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-3/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol2015-01-311-4/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/mux: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-3/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/asfenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-4/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-2/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-311-2/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert*Paul B Mahol2015-01-311-3/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/svq1dec: remove unneeded #include, there are no assert()Paul B Mahol2015-01-311-3/+0
|/ | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/h261enc: fix dquant encodingMichael Niedermayer2015-01-311-3/+6
| | | | | | Fixes Ticket4111 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavcodec/h264: replace assert() by av_assert0()Michael Niedermayer2015-01-311-3/+1
| | | | | | also remove the now unneeded #include <assert.h> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ratecontrol: replace asserts by av_assertsMichael Niedermayer2015-01-311-14/+11
| | | | | | Also remove the now unneeded #include <assert.h> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/vp3: use init_get_bits8()Paul B Mahol2015-01-301-2/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-01-301-0/+4
|\ | | | | | | | | | | | | * cehoyos/master: Respect horizontal differencing predictor for 16bit gray tiff images. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Respect horizontal differencing predictor for 16bit gray tiff images.Carl Eugen Hoyos2015-01-301-0/+4
| | | | | | | | Fixes ticket #4291.
* | lavfi: remove mp=softpulldownPaul B Mahol2015-01-305-169/+1
| | | | | | | | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/ppc/h264qpel_template: Change if DEBUG assert() to av_assert2()Michael Niedermayer2015-01-301-5/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ppc/mpegvideo_altivec: Change assert to av_assert2()Michael Niedermayer2015-01-301-2/+1
| | | | | | | | | | | | And move it to where the variable is used Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/videodsp_template: remove unneeded #include, there are no assert() ↵Paul B Mahol2015-01-301-2/+0
| | | | | | | | | | | | only av_assert* Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/qdm2: remove unneeded #include, there are no assert()Paul B Mahol2015-01-301-4/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffmpeg: remove unused headerPaul B Mahol2015-01-301-2/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/rtpdec_qdm2: change assert to av_assert0()Paul B Mahol2015-01-301-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffmpeg: free_input_threads requires HAVE_PTHREADSChristophe Gisquet2015-01-301-1/+2
|/ | | | | | | Hide behind that macro to avoid warning on systems with !HAVE_PTHREADS. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers/segment: document strftime optionStefano Sabatini2015-01-301-2/+9
| | | | It was added in commit 202947a0665ea523022afb0a6c50eed96bcd6b69.
* avformat/nut: support WavPackPaul B Mahol2015-01-301-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/nut: add GIF[0]Paul B Mahol2015-01-301-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/aacdec: remove unneeded #include, theres no assert() in aacdecMichael Niedermayer2015-01-301-1/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*Michael Niedermayer2015-01-302-6/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/hevc: Check for av_malloc failureMichael Niedermayer2015-01-301-0/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/hevc: Replace more mallocs by av_malloc_array()Michael Niedermayer2015-01-301-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Adding color and fonts for future use in screenAnshul Maheshwari2015-01-301-0/+2
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: add some XCB info to x11grabLou Logan2015-01-291-6/+17
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer2015-01-291-16/+26
|\ | | | | | | | | | | | | | | | | | | * commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f': hqdn3d: check memory allocations and propagate errors Conflicts: libavfilter/vf_hqdn3d.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
| |
* | Merge commit '70d246d5cc3d214da11f711d997d8cbd8c3a23d1'Michael Niedermayer2015-01-290-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '70d246d5cc3d214da11f711d997d8cbd8c3a23d1': flacenc: initialize sums matrix Conflicts: libavcodec/flacenc.c No change, the table does not exist in FFmpeg in this form anymore Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * flacenc: initialize sums matrixVittorio Giovara2015-01-291-1/+1
| | | | | | | | | | CC: libav-stable@libav.org Bug-Id: CID 703821
* | Merge commit 'c01ccccbb13f464e74bb8498a8c573a66c430ca0'Michael Niedermayer2015-01-291-3/+1
|\| | | | | | | | | | | | | * commit 'c01ccccbb13f464e74bb8498a8c573a66c430ca0': ituh263dec: use macro instead of #if Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ituh263dec: use macro instead of #ifVittorio Giovara2015-01-291-3/+1
| |
* | Merge commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4'Michael Niedermayer2015-01-291-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4': yuv4mpegdec: initialize field_order in yuv4_read_header() Conflicts: libavformat/yuv4mpegdec.c See: 52a17972defa118705a4020a6d0bb3ad277df819 Merged-by: Michael Niedermayer <michaelni@gmx.at>