aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ffmpeg: remove unused MetadataMap.Clément Bœsch2012-04-061-9/+0
| | | | | | | | | | | | | | | This struct was forgotten after e5df74dc56494068042f094d43a5d774c257ae69.
* | | ffmpeg: remove unused meta_data_maps.Clément Bœsch2012-04-061-4/+0
| | | | | | | | | | | | This is unused since a7b5e841ffe4b0f8423288965b8d069bd2a7a792.
* | | s302m: Add Channle Layout for 6 channelsThierry Foucu2012-04-061-0/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vsrc_buffer: remove overwrite support.Michael Niedermayer2012-04-061-5/+0
| | | | | | | | | | | | | | | | | | | | | the overwrite flag became unused when merging support for buffering multiple frames. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | README: be a tiny bit more verboseMichael Niedermayer2012-04-061-1/+7
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | exr: various cleanup and security related fixesMichael Niedermayer2012-04-061-23/+21
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | exr: fix av_logs()Michael Niedermayer2012-04-061-15/+15
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc: add a OpenEXR decoderJimmy Christensen2012-04-0610-2/+495
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fix fate tests after 76c79aa28fc8cf0bfe52915317a3cfc72383d0efMichael Niedermayer2012-04-066-6/+6
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2012-04-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The correct point that seperates ISO and MAC language codes is 0x400 according to the current QT spec. Old QT specs did not list where this seperation is but apparently only defined the meaning of the first 137. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Support yuva444p rawvideo in nut.Carl Eugen Hoyos2012-04-062-0/+2
| | | | | | | | | | | | Fixes ticket #1058.
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-0526-28/+109
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: h264: Factorize declaration of mb_sizes array. vsrc_buffer: when no frame is available, return an error instead of segfaulting. configure: add dl to frei0r extralibs. dsputil x86: use SSE float instruction instead of SSE2 integer equivalent dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype vp8dsp x86: perform rounding shift with a single instruction fate: add BMP tests. swscale: handle complete dimensions for monoblack/white. aacenc: Mark deinterleave_input_samples argument as const. vf_unsharp: Mark readonly variable as const. h264: fix 4:2:2 PCM-macroblocks decoding Conflicts: configure libavcodec/h264.h libavcodec/x86/dsputil_mmx.c libavfilter/vf_unsharp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-054-6/+8
| | |
| * | vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov2012-04-051-1/+1
| | |
| * | configure: add dl to frei0r extralibs.Anton Khirnov2012-04-051-0/+2
| | |
| * | dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-042-2/+2
| | | | | | | | | | | | | | | | | | All the more required since the users are pure SSE functions. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-041-2/+2
| | | | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-041-10/+8
| | | | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | fate: add BMP tests.Ronald S. Bultje2012-04-0415-0/+68
| | |
| * | swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-042-5/+11
| | | | | | | | | | | | Fixes bug 269.
| * | aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun2012-04-041-1/+1
| | | | | | | | | | | | | | | This fixes the warning: libavcodec/aacenc.c:524: warning: passing argument 2 of ‘deinterleave_input_samples’ discards qualifiers from pointer target type
| * | vf_unsharp: Mark readonly variable as const.Diego Biurrun2012-04-041-2/+2
| | | | | | | | | | | | | | | This fixes the following warning: libavfilter/vf_unsharp.c:106: warning: initialization discards qualifiers from pointer target type
| * | h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-041-5/+10
| | | | | | | | | | | | | | | | | | Fixes bug 239. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | | cmdutils: fix -fdebug without -v xyMichael Niedermayer2012-04-051-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mov: do not print string len in handler_name.Clément Bœsch2012-04-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The handler name is stored as a pascal string in the QT specs (first byte is the length of the string), thus leading to an invalid metadata string export. Also add a second length check based on the first character to avoid overwriting an already specified handler_name (it happens with Youtube videos for instance, the handler_name get masked), or specifying an empty string metadata.
* | | lavf: Fix the last PTS to be generated using -fflags +genptsThierry Foucu2012-04-051-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To reproduce the problem, using ffprobe: ./ffprobe -show_packets -print_format compact -fflags +genpts -i fate_samples/mxf/C0023S01.mxf You will notice that the last video frame does not have it's PTS being set, even with using genpts. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-051-3/+28
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-051-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-051-3/+10
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavfi/colormatrix: add forgotten tests.Clément Bœsch2012-04-052-0/+2
| | |
* | | vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-051-4/+12
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-051-11/+13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_idet: use enum to represent the type.Michael Niedermayer2012-04-051-14/+28
| | | | | | | | | | | | | | | | | | This will simplify future code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: properly write index informationRamiro Polla2012-04-053-29/+49
| | | | | | | | | | | | | | | | | | | | | The index must take into account the pre-roll time and must seek backwards, not forwards. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: start at object 1 instead of 0Ramiro Polla2012-04-052-2/+2
| | | | | | | | | | | | | | | | | | This is how it is done in the official muxer. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: remove useless castsRamiro Polla2012-04-051-4/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: reduce code duplication with new variableRamiro Polla2012-04-051-2/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: rename some variablesRamiro Polla2012-04-051-10/+10
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | asfenc: realloc index_ptr fewer timesRamiro Polla2012-04-051-5/+5
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libavfilter: add colormatrix filtermultiple authors2012-04-046-0/+411
| | | | | | | | | | | | | | | | | | Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-0418-147/+176
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: w32threads: Make pthread_cond_wait follow POSIX cosmetics: Consistently place static, inline and av_cold attributes/keywords. sbrdsp: Use standard multiple inclusion guards. pcm: K&R formatting cosmetics rawdec: Support fourccs YV16 and YV24 rtmp: implement bandwidth notification rtmp: update supported audio codecs value Conflicts: libavcodec/pcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis2012-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | pthread_cond_wait is supposed to return an integer, and indeed does sometimes. Fix its function declaration to match its behavior and POSIX. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * | cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-0415-21/+21
| | |
| * | sbrdsp: Use standard multiple inclusion guards.Diego Biurrun2012-04-041-3/+3
| | |
| * | pcm: K&R formatting cosmeticsAneesh Dogra2012-04-041-129/+136
| | | | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * | rawdec: Support fourccs YV16 and YV24Piotr Bandurski2012-04-031-0/+2
| | |
| * | rtmp: implement bandwidth notificationRaffaele Sena2012-04-031-0/+16
| | | | | | | | | | | | | | | | | | Improve compatibility with some servers. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * | rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | The audio codecs property is composed by all values except SUPPORT_SND_INTEL (0x0008) and SUPPORT_SND_UNUSED (0x0010) which are unused. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | | Add forgotten avio-direct reference file.Reimar Döffinger2012-04-041-0/+59
| | | | | | | | | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | | Add AVIO_FLAG_DIRECT.Reimar Döffinger2012-04-046-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | Allows avoiding the buffer when using avio read, write and seek functions. When using the ffmpeg executable -avioflags direct can be used to enable this mode for input files, but has no effect on output files. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>