summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * lavr: Do not change the sample format for mono audioJustin Ruggles2014-08-034-12/+16
| | | | | | | | | | | | | | This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avutil/mem: document NULL related saftey of av_freep()Michael Niedermayer2014-08-041-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_spp: Use dct->get_pixels()Michael Niedermayer2014-08-032-4/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/avdct: Add get_pixels()Michael Niedermayer2014-08-034-2/+18
| | | | | | | | | | Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '9f17685dfb70a73823aca16ad246ee3b831d1de8'Michael Niedermayer2014-08-034-2/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '9f17685dfb70a73823aca16ad246ee3b831d1de8': avcodec: Deprecate unused defines and options Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Deprecate unused defines and optionsDiego Biurrun2014-08-034-2/+32
| |
* | Merge commit 'bad81800bb51f43d28d656abf5d45b477e3b3198'Michael Niedermayer2014-08-031-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'bad81800bb51f43d28d656abf5d45b477e3b3198': avcodec: options: Add missing deprecation ifdefs around emu_edge Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: options: Add missing deprecation ifdefs around emu_edgeDiego Biurrun2014-08-031-0/+2
| |
* | Merge commit '072916d903d3a925bcd0c864f12254157cab63c1'Michael Niedermayer2014-08-031-5/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '072916d903d3a925bcd0c864f12254157cab63c1': filtfmts: Replace deprecated uses of AVFilterPad Conflicts: libavfilter/filtfmts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * filtfmts: Replace deprecated uses of AVFilterPadDiego Biurrun2014-08-031-4/+6
| | | | | | | | Also add missing mem.h header for av_freep().
* | Merge commit '6a928293dd29c7f0dcf09107980a1d651c9957df'Michael Niedermayer2014-08-031-0/+1
|\ \ | |/ | | | | | | | | | | * commit '6a928293dd29c7f0dcf09107980a1d651c9957df': examples: filter_audio: Add missing mem.h header for av_freep() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * examples: filter_audio: Add missing mem.h header for av_freep()Diego Biurrun2014-08-031-0/+1
| |
* | Merge commit 'c6a1ac2dd9808a4753dd005ab5747dda68ab454f'Michael Niedermayer2014-08-030-0/+0
|\ \ | |/ | | | | | | | | | | | | * commit 'c6a1ac2dd9808a4753dd005ab5747dda68ab454f': vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame See: a05a44e205d6ae13d5eb1cd8d4ad2dba6ec940b3 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrameDiego Biurrun2014-08-031-1/+1
| |
* | Merge commit 'c697c590fbf296b1679b80c8f4071e4c8a6c884b'Michael Niedermayer2014-08-031-13/+12
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'c697c590fbf296b1679b80c8f4071e4c8a6c884b': lcl: Disentangle pointers to input data and decompression buffer Conflicts: libavcodec/lcldec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lcl: Disentangle pointers to input data and decompression bufferDiego Biurrun2014-08-031-13/+12
| | | | | | | | This is cleaner and avoids a cast plus a related const qualifier warning.
* | Merge commit 'df507d5aa063c2ce31fac9f76c6f3bbe9a20c445'Michael Niedermayer2014-08-030-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'df507d5aa063c2ce31fac9f76c6f3bbe9a20c445': tiff: Replace deprecated PIX_FMT names by modern ones Conflicts: libavcodec/tiff.c See: ac627b3d38d370027406c93c2dcaac0b1712a7d4 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tiff: Replace deprecated PIX_FMT names by modern onesDiego Biurrun2014-08-021-2/+2
| |
* | Merge commit '7835c24e19d9e1cb43fba5a02ce9d81d518f1300'Michael Niedermayer2014-08-031-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '7835c24e19d9e1cb43fba5a02ce9d81d518f1300': dv: Update DV-profile-related functions to current public API Conflicts: libavcodec/dvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-022-2/+2
| |
* | avformat/mpegtsenc: do not flush after everythingMichael Niedermayer2014-08-031-4/+0
| | | | | | | | | | | | | | | | | | there is flushing code in the avformat core that does this in a more controlled way. Fixes ticket2748 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mux: flush after header writing, like after packetsMichael Niedermayer2014-08-031-0/+2
| | | | | | | | | | | | | | This makes problematic unconditional flushes in mpegts redundant And is thus part of a fix for ticket 2748 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/pnm: check buf[0] before using buf[1]Michael Niedermayer2014-08-031-1/+1
| | | | | | | | | | Fixes CSA warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/takdec: remove unused variableMichael Niedermayer2014-08-031-1/+0
| | | | | | | | | | | | Found-by: CSA Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/takdec: move tmp declaration to where its usedMichael Niedermayer2014-08-031-4/+4
| | | | | | | | | | | | | | Makes the code a bit easier to read Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/ffserver: merge paragraph starting with "What happens next?" with ↵Stefano Sabatini2014-08-031-5/+3
| | | | | | | | | | | | | | previous one The name of the paragraph sounded a bit silly, and its text is small so it's better to merge it with the previous paragraph.
* | x86/hevc_deblock: improve 8bit transpose store macrosJames Almer2014-08-032-48/+31
| | | | | | | | | | | | | | Up to four instructions less depending on function and instruction set. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/tee: flip assigment directionMichael Niedermayer2014-08-031-1/+1
| | | | | | | | | | | | Found-by: CSA Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpeg12dec: fix vissible typo after 17c65651Clément Bœsch2014-08-031-1/+1
| |
* | avcodec/mpeg12dec: Document Ticket3809 fixMichael Niedermayer2014-08-021-0/+4
| | | | | | | | | | Suggested-by: Reimar Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/error_resilience: make error an local variable where possibleMichael Niedermayer2014-08-021-6/+6
| | | | | | | | | | | | | | This makes the code easier to understand as the scope of the variable is smaller. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/error_resilience: comment out unused assignmentMichael Niedermayer2014-08-021-1/+1
| | | | | | | | | | | | | | Its not removed as the code which uses this is out-commented too. Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mmvideo: remove unused return value and assignmentMichael Niedermayer2014-08-021-4/+2
| | | | | | | | | | Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/avuienc: move pointer declaration to where its usedMichael Niedermayer2014-08-021-1/+2
| | | | | | | | | | Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/lavfutils: remove redundant variable initMichael Niedermayer2014-08-021-1/+0
| | | | | | | | | | Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8'Michael Niedermayer2014-08-023-5/+8
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8': ppc: fft: Build AltiVec optimizations in the standard way Conflicts: libavcodec/ppc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-023-4/+7
| |
* | ffserver: initialize pbuffer in prepare_sdp_description()Michael Niedermayer2014-08-021-1/+3
| | | | | | | | | | | | | | | | also check pbuffer before use Found-by: CSA Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/wavpackenc: Fix log2sample() result valueMichael Niedermayer2014-08-021-2/+2
| | | | | | | | | | | | Found-by: CSA Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/dtsdec: skip the first 4k in dts_probe()Michael Niedermayer2014-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | DTS primarly needs to be separated from PCM, and PCM can contain cliping and overshoots at the very start which can mimic DTS headers. If this isnt sufficient then more of the DTS stream has to be decoded and analyzed Fixes ticket3784 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/dtsdec: fix signedness in reference pcm highpass in dts_probe()Michael Niedermayer2014-08-021-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/dtsdec: count LE and BE separately in dts_probe()Michael Niedermayer2014-08-021-8/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | msvc: fix implicitly declared read/close.Matthew Oliver2014-08-023-0/+11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/hevc: move HEVCLocalContext declaration into loopMichael Niedermayer2014-08-021-2/+1
| | | | | | | | | | Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/h264_parser: remove redundant assignmentMichael Niedermayer2014-08-021-1/+0
| | | | | | | | | | Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer2014-08-021-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'f0e959481968b6d906931127237ed981b6414f6e': af_channelmap: Set the frame channel layout Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_channelmap: Set the frame channel layoutLuca Barbato2014-08-021-0/+2
| | | | | | | | | | Otherwise the frame would show the first layout matching the channel count.
* | Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'Michael Niedermayer2014-08-021-1/+1
|\ \ | |/ | | | | | | | | | | | | * commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e': af_join: Set the output frame format See: e0dd8cadcc386a168e7acd079463880154086446 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_join: Set the output frame formatLuca Barbato2014-08-021-0/+1
| |
* | avformat/format: Check for av_guess_format() failureMichael Niedermayer2014-08-021-1/+3
| | | | | | | | | | | | | | Fixes null pointer dereference Fixes Ticket3812 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud