summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | presets: favor vprofile over profile to avoid conflicts with audio profilesMichael Niedermayer2011-10-209-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | lavfi: add missing header mulitple-inclusion guard in transform.hStefano Sabatini2011-10-201-0/+4
| | | | |
* | | | | lavfi/transform.h: apply misc doxy cosmetical changesStefano Sabatini2011-10-201-29/+24
| | | | |
* | | | | aacdec: support chan config =1 stereo filesMichael Niedermayer2011-10-201-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20181-256/+1021
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: presets: rename presets directory lavc: make avcodec_get_context_defaults3 "officially" public lavf: replace av_new_stream->avformat_new_stream part II. lavf,lavd: replace av_new_stream->avformat_new_stream part I. lavf: add avformat_new_stream as a replacement for av_new_stream. Use correct scaling table for bwd-pred MVs in second B-field Ut Video decoder Makefile: change presets extension to .avpreset lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs lavfi: add testsrc source AVOptions: add documentation. presets: update libx264 ffpresets Conflicts: Changelog doc/APIchanges doc/ffmpeg.texi ffpresets/libx264-ipod320.ffpreset ffpresets/libx264-ipod640.ffpreset ffserver.c libavcodec/avcodec.h libavcodec/options.c libavcodec/version.h libavdevice/libdc1394.c libavfilter/avfilter.h libavfilter/vsrc_testsrc.c libavformat/flvdec.c libavformat/riff.c libavformat/version.h libavformat/wtv.c Merged-by: Michael Niedermayer <[email protected]>
| * | | | presets: rename presets directoryJanne Grunau2011-10-1938-3/+3
| |/ / /
| * | | lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-193-24/+36
| | | | | | | | | | | | | | | | Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2
| * | | lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-1935-57/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
| * | | lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19101-129/+129
| | | | | | | | | | | | | | | | | | | | Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
| * | | lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-194-4/+40
| | | | | | | | | | | | | | | | It takes a codec parameter, thus enabling codec-specific defaults.
| * | | Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-191-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When scaling backward predicted MVs in second B-field, the scaling table is opposite of that for P field pictures; i.e. first field P table will be used as second field B table and second field P table will be used as first field B table. This is not documented in the spec, but exists in the ref. decoder. This fixes SA10139. Signed-off-by: Martin Storsjö <[email protected]>
| * | | Ut Video decoderKostya Shishkov2011-10-198-2/+471
| | | | | | | | | | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
| * | | Makefile: change presets extension to .avpresetAnton Khirnov2011-10-191-1/+1
| | | | | | | | | | | | | | | | Fixes make install.
| * | | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-195-7/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <[email protected]>
| * | | lavfi: add testsrc sourceStefano Sabatini2011-10-195-1/+408
| | | | | | | | | | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
| * | | AVOptions: add documentation.Anton Khirnov2011-10-191-0/+183
| | | |
| * | | presets: update libx264 ffpresetsAnton Khirnov2011-10-1960-602/+52
| | | | | | | | | | | | | | | | | | | | Use the native libx264 options and rename all the preset to use the avpreset extension.
* | | | deshake: limit deshake to specific area to search for motion vectors.Paul Flinders2011-10-201-4/+44
| | | |
* | | | v210dec: remove debuging #includeMichael Niedermayer2011-10-201-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mpegts: do not return from ff_mpegts_parse_packet() after having seen the ↵Laurent Aimar2011-10-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first PMT It prevents leaving the AVPacket uninitialized. Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mpegts: fix return value when enough ts packets have been parsed or when the ↵Laurent Aimar2011-10-191-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | first PMT has been seen. Signed-off-by: Michael Niedermayer <[email protected]>
* | | | Fixes avpicture_layout to not write past buffer end.Matthew Einhorn2011-10-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avpicture_get_size() returns the size of buffer required for avpicture_layout. For pseudo-paletted formats (gray8...) this size does not include the palette. However, avpicture_layout doesn't know this and still writes the palette. Consequently, avpicture_layout writes passed the length of the buffer. This fixes it by fixing avpicture_layout so that it doesn't write the palette for these formats. Signed-off-by: Matthew Einhorn <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mpegtsenc: fix handling of large audio packetsMichael Niedermayer2011-10-191-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | (sorry i have no sample, just a user report) Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mpeg12: remove '[' and ']' around last timecode field to match std ↵Clément Bœsch2011-10-191-1/+1
| | | | | | | | | | | | | | | | representation.
* | | | Add V210 SIMDKieran Kunhya2011-10-195-17/+241
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | Move x264asm to libavutil.Kieran Kunhya2011-10-1919-35/+35
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | Do not call parse_keyframes_index with NULL stream.Reimar Döffinger2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems to fix trac issue #569. Sample is unfortunately not available, but it might be caused by an index existing for non-existing audio stream (?). Signed-off-by: Reimar Döffinger <[email protected]>
* | | | Fix AMR block length for no data mode when muxing mov.Carl Eugen Hoyos2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes ticket #550. This had been analyzed and reported by Igor Levin, igor d levin comverse com
* | | | mpeg12dec: Support invalid field motion types,Michael Niedermayer2011-10-191-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixes Ticket539 Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mpeg12dec: assert no field frame messMichael Niedermayer2011-10-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | mov: Raise ctts dts_shift threshold by 1Michael Niedermayer2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes issue2246neu.mp4 Signed-off-by: Michael Niedermayer <[email protected]>
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1910-12/+100
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: sunrast: Check for out of bounds reads lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name Add libvpx presets. doc/avtools: add forgotten part to stream specifiers description swscale: prevent overflow during initialization g722: Add a fate test for the encoder fate: Add a target for creating a 16000 Hz mono synthetic audio file macosx: use the default surface on newer sdl Conflicts: ffplay.c libavcodec/avcodec.h Merged-by: Michael Niedermayer <[email protected]>
| * | | sunrast: Check for out of bounds readsLaurent Aimar2011-10-181-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Janne Grunau <[email protected]>
| * | | lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody2011-10-181-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
| * | | lavc: replace API-bump-triggered AVCodecContext field change with shorter, ↵Dustin Brody2011-10-181-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | non-conflicting name Signed-off-by: Anton Khirnov <[email protected]>
| * | | Add libvpx presets.Anton Khirnov2011-10-185-0/+84
| | | | | | | | | | | | | | | | Based on a patch by James Zern jzern AT google DOT com
| * | | doc/avtools: add forgotten part to stream specifiers descriptionAnton Khirnov2011-10-181-1/+1
| | | |
| * | | swscale: prevent overflow during initializationRonald Bultje2011-10-182-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Janne Grunau <[email protected]>
| * | | g722: Add a fate test for the encoderMartin Storsjö2011-10-182-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <[email protected]>
| * | | fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö2011-10-181-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <[email protected]>
| * | | macosx: use the default surface on newer sdlLuca Barbato2011-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | SDL 1.2.14 works fine with default colorspace on macosx and seems to have some issues with 24bit surfaces and resize in addition.
* | | | vf_mp: Fix several incompatible pointer type warnings.Michael Niedermayer2011-10-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function ↵Michael Niedermayer2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | warning. Signed-off-by: Michael Niedermayer <[email protected]>
* | | | src_movie: Fix incompatible pointer type warning.Michael Niedermayer2011-10-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer2011-10-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | And simplify the code in the process. Signed-off-by: Michael Niedermayer <[email protected]>
* | | | vf_pixdesctest: Fix incompatible pointer type warning.Michael Niedermayer2011-10-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | yadif: Fix assignment from incompatible pointer type warningMichael Niedermayer2011-10-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | vsrc_buffer: FIx incompatible pointer type warningMichael Niedermayer2011-10-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | | aevalsrc: enclose example arguments in double quotesStefano Sabatini2011-10-181-1/+1
| | | | | | | | | | | | | | | | More paste friendly, consistent with other examples.
* | | | ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch2011-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | It could be re-used for instance in case ffprobe would support multiple input files.