summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | lavf/ftp: make response parsing more RFC compliantLukasz Marek2014-07-041-18/+29
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <[email protected]>
* | | x86/swr: use lavu helper macros to check CPU extensionsJames Almer2014-07-043-20/+25
| | | | | | | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | Autodetect JPEG2000 imagess.Carl Eugen Hoyos2014-07-043-0/+13
| | | | | | | | | | | | | | | Autodetection of jp2 files does not work yet, the files are detected as mov.
* | | x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer2014-07-044-63/+84
| | | | | | | | | | | | | | | | | | | | | Also rename resample_x86_dsp.c to resample_init.c Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | swr: initialize only the necessary resample dsp functionsJames Almer2014-07-045-69/+76
| | | | | | | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | Merge commit '391ecc961ced2bde7aecb3053ac35191f838fae8'Michael Niedermayer2014-07-042-16/+16
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | * commit '391ecc961ced2bde7aecb3053ac35191f838fae8': x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercase Conflicts: libavcodec/x86/mpegvideoenc.c Merged-by: Michael Niedermayer <[email protected]>
| * x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-032-16/+16
| |
* | Merge commit 'c6698dfe7cdbc7634f33245875488ed3fa4a8ced'Michael Niedermayer2014-07-041-2/+6
|\| | | | | | | | | | | | | * commit 'c6698dfe7cdbc7634f33245875488ed3fa4a8ced': webpdec: Fix decoding of the huffman group indices. Merged-by: Michael Niedermayer <[email protected]>
| * webpdec: Fix decoding of the huffman group indices.Justin Ruggles2014-07-031-2/+6
| | | | | | | | | | | | Per the specification, "The red and green components of a pixel define the meta Huffman code used in a particular block of the ARGB image."
* | Merge commit '9279826008b80daad7446950a821f32033ccd33f'Michael Niedermayer2014-07-041-1/+1
|\| | | | | | | | | | | | | * commit '9279826008b80daad7446950a821f32033ccd33f': id3v2enc: use a case-insensitive comparison for APIC picture type Merged-by: Michael Niedermayer <[email protected]>
| * id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov2014-07-031-1/+2
| |
* | avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme2014-07-041-5/+9
| | | | | | | | | | | | | | improve the debugging function for saving subtitles to PPM files: Actually use the alpha channel. Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme2014-07-041-1/+1
| | | | | | | | | | | | | | | | Fix an off-by-one error that causes the height of decoded subtitles to be too small, thus cutting off the lowest row of pixels. Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '0955e57ad07640574fc20ce0bea3c0b83982ada1'Michael Niedermayer2014-07-033-38/+56
|\| | | | | | | | | | | | | | | | | | | * commit '0955e57ad07640574fc20ce0bea3c0b83982ada1': daud: split muxer and demuxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <[email protected]>
| * daud: split muxer and demuxerNidhi Makhijani2014-07-033-38/+56
| | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
* | Merge commit 'f920d089535bf7cf10aeda900cc43201c5e18cd0'Michael Niedermayer2014-07-031-18/+36
|\| | | | | | | | | | | | | | | | | | | * commit 'f920d089535bf7cf10aeda900cc43201c5e18cd0': ismindex: Add an option for outputting files elsewhere than in the current directory Conflicts: tools/ismindex.c Merged-by: Michael Niedermayer <[email protected]>
| * ismindex: Add an option for outputting files elsewhere than in the current ↵Martin Storsjö2014-07-031-18/+36
| | | | | | | | | | | | directory Signed-off-by: Martin Storsjö <[email protected]>
* | Merge commit '6bc4934b75dde9354ee16a6e700ebe6775abf69e'Michael Niedermayer2014-07-031-6/+19
|\| | | | | | | | | | | | | * commit '6bc4934b75dde9354ee16a6e700ebe6775abf69e': ismindex: Allow adding a path prefix to the generated .ism file Merged-by: Michael Niedermayer <[email protected]>
| * ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö2014-07-031-6/+19
| | | | | | | | | | | | | | | | This allows storing the .ismv/.isma/.ismc files separately from the .ism file on a server, without having to manually edit the .ism file after generating it with the ismindex tool. Signed-off-by: Martin Storsjö <[email protected]>
* | avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos2014-07-035-2/+158
| | | | | | | | | | Reviewed-by: wm4 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | ivfenc: support VP9James Zern2014-07-031-2/+3
| | | | | | | | | | | | libvpx tools accept vp9 ivf files Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/vf_drawtext: fix resource leakLeandro Santiago2014-07-031-4/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/avformat: minor grammar improvementMichael Niedermayer2014-07-031-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b'Michael Niedermayer2014-07-031-4/+8
|\| | | | | | | | | | | | | | | | | | | | | * commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b': lavf: document av_dump_format() Conflicts: libavformat/avformat.h See: 61f96be08a66e74897406fd64da4e61ea4b6a8c5 Merged-by: Michael Niedermayer <[email protected]>
| * lavf: document av_dump_format()Vittorio Giovara2014-07-021-0/+10
| |
* | Merge commit 'df949b645b12d62bb4da56d629a887c81f67f2e5'Michael Niedermayer2014-07-031-1/+2
|\| | | | | | | | | | | | | | | | | | | * commit 'df949b645b12d62bb4da56d629a887c81f67f2e5': hevc: Use the local context variable when needed Conflicts: libavcodec/hevc.c Merged-by: Michael Niedermayer <[email protected]>
| * hevc: Use the local context variable when neededLuca Barbato2014-07-021-1/+1
| |
* | avdevice/pulse_audio_dec: clear pa_simple pointer after deallocationMichael Niedermayer2014-07-031-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter: add flanger filterPaul B Mahol2014-07-036-1/+281
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol2014-07-034-69/+122
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/vf_format: Check pix_fmts before dereferencing itMichael Niedermayer2014-07-031-3/+3
| | | | | | | | | | | | Fixes CID1224286 Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/avfiltergraph: dont "or" together error codesMichael Niedermayer2014-07-031-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Fix standalone compilation of the wtv muxer.Carl Eugen Hoyos2014-07-021-1/+2
| |
* | avcodec/on2avc: Fix out of array accessMichael Niedermayer2014-07-021-1/+1
| | | | | | | | | | | | Fixes CID1206648 Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '98569d89638efc325042bd0081e9a02181afdafa'Michael Niedermayer2014-07-020-0/+0
|\| | | | | | | | | | | | | | | * commit '98569d89638efc325042bd0081e9a02181afdafa': matroskadec: Fix a double negation typo See: 2c5b92fe90463402be6bf611ef40195f86f434fd Merged-by: Michael Niedermayer <[email protected]>
| * matroskadec: Fix a double negation typoMichael Niedermayer2014-07-021-1/+1
| | | | | | | | | | | | | | | | | | This typo has existed since this code was added in c16582579. Newer versions of clang pointed out that this comparison always was true (since the result of the negation is either 0 or 1, while AVDISCARD_ALL has the value 48). Signed-off-by: Martin Storsjö <[email protected]>
* | avcodec: Updated comment for sub paramAnshul Maheshwari2014-07-021-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/dvbsubdec: removed unnecessary null check for subtitleAnshul Maheshwari2014-07-021-1/+1
| | | | | | | | | | | | In refrence to coverity defect 1224278 Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi/overlay: show incoming frames on debug messagesStefano Sabatini2014-07-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | This is especially useful to debug queue overflow issues. Ideally we should be able to set the debug message at the dualinput/framesync level, but they do not have the information related to the filter context and the inlink, so cannot access much useful information. Signed-off-by: Stefano Sabatini <[email protected]>
* | avcodec/dvdec: remove redundant null checkMichael Niedermayer2014-07-021-1/+1
| | | | | | | | | | | | Fixes CID700682 again Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/bitstream: remove trivial assertMichael Niedermayer2014-07-021-1/+0
| | | | | | | | | | | | Fixed CID1224273 Signed-off-by: Michael Niedermayer <[email protected]>
* | swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-024-6/+6
| | | | | | | | | | | | | | The swresample_ prefix is not for internal functions Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/filters: fix typoDave Rice2014-07-021-1/+1
| | | | | | | | | | | | Signed-off-by: Dave Rice <[email protected]> Reviewed-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | ffmpeg: check av_opt_set_dict() returnMichael Niedermayer2014-07-021-1/+5
| | | | | | | | | | | | Fixes CID1224275 Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/ffprobe.xsd: fix order and missing elements/attributesDave Rice2014-07-021-5/+8
| | | | | | | | | | | | Signed-off-by: Dave Rice <[email protected]> Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | swr: remove obsolete resample prototypesJames Almer2014-07-021-4/+0
| | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | Partially revert "swr: add prototypes for resample dsp functions"James Almer2014-07-022-29/+14
| | | | | | | | | | | | | | | | | | | | Prototypes are not needed anymore now that the x86 functions don't include resample_template.c The DO_RESAMPLE_ONE macro is removed for that same reason as well. Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer2014-07-022-15/+26
| | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer2014-07-022-35/+51
| | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | x86: rename dsputil.asm to idctdsp.asmJames Almer2014-07-022-2/+2
| | | | | | | | | | | | | | Its only function is no longer part of dsputil. Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>