summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch2012-12-041-23/+22
| |
* | lavfi: add subtitles filter.Clément Bœsch2012-12-047-50/+187
| |
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-033-10/+0
| | | | | | | | | | | | video->[wh] will be set with the same values as the input after avfilter_copy_buffer_ref_props. These filters don't change the size of the input so there is no need for this code.
* | lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch2012-12-031-1/+1
| | | | | | | | | | This check does not make sense in this context, see doc/filter_design.txt for details about the usage of such flag.
* | libspeex: allow custom sample rates again.Reimar Döffinger2012-12-031-1/+3
| | | | | | | | | | | | | | This was broken by 3b061c5e10f78caaf3b2a45cf7a92e50d4d20bfb Fixes trac issue #1974. Signed-off-by: Reimar Döffinger <[email protected]>
* | mpegts: check that codec is not open in mpegts_find_stream_typeMichael Niedermayer2012-12-031-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | mpegts_set_stream_info: remove unneeded codec id checkMichael Niedermayer2012-12-031-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | ff_mp4_read_dec_config_descr: check that the codec is not openMichael Niedermayer2012-12-031-0/+5
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | doc: describe micro versioning policyPeter Ross2012-12-031-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | takdec: add .sample_fmtsPaul B Mahol2012-12-031-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | shorten: update .sample_fmtsPaul B Mahol2012-12-031-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-031-3/+4
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: Strip ordinals from mingw generated def files configure: arm: detect default thumb state of compiler Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Strip ordinals from mingw generated def filesMartin Storsjö2012-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The def files are used for generating import libraries for other toolchains (in particular, for generating import libraries for MSVC for DLLs built with mingw). The def files produced by mingw/gcc contains ordinals for each exported function. When MSVC tools generate import libraries from such a def file, MSVC links to the DLL by the ordinals instead of linking by name. Since the def files aren't maintained by hand, the ordinal numbers are assigned (more or less) randomly and any caller linking to the libs by ordinals will break as soon as the libraries export more/fewer functions. Therefore, strip out the ordinals from the generated def files, to make users link to the libraries by name. Callers linking to the DLLs using the gcc provided import library link by name as they should. Signed-off-by: Martin Storsjö <[email protected]>
| * configure: arm: detect default thumb state of compilerMans Rullgard2012-12-031-0/+1
| | | | | | | | | | | | | | This makes configure honour the compiler default if thumb is not explicitly enabled or disabled. Signed-off-by: Mans Rullgard <[email protected]>
* | lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-034-18/+12
| | | | | | | | Improve usability and robustness.
* | ra144enc: reject unsupported sample ratesPiotr Bandurski2012-12-031-0/+1
| |
* | fate: fix typos in wtv seek testMichael Niedermayer2012-12-032-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-033-10/+12
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: fft: Fix libavcodec dependency build: Make the ISMV muxer select the MOV muxer configure: move arm arch extensions to a separate variable Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * fate: fft: Fix libavcodec dependencyDiego Biurrun2012-12-031-1/+1
| |
| * build: Make the ISMV muxer select the MOV muxerDiego Biurrun2012-12-032-3/+1
| | | | | | | | They share the same code, so building one w/o the other makes no sense.
| * configure: move arm arch extensions to a separate variableMans Rullgard2012-12-031-6/+10
| | | | | | | | Signed-off-by: Mans Rullgard <[email protected]>
* | Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer2012-12-03296-124/+226
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6': fate-seek: remove use of gnu make 3.82 only private modifier fate: move vsynth reference files to their own directory fate: move fate-acodec reference files to their own dir configure: avplay now depends on avresample fate: split dependencies for fate-seek tests Conflicts: configure tests/fate/seek.mak Merged-by: Michael Niedermayer <[email protected]>
| * fate-seek: remove use of gnu make 3.82 only private modifierJanne Grunau2012-12-031-1/+1
| |
| * fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03113-0/+1
| |
| * fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-0324-0/+1
| |
| * configure: avplay now depends on avresampleDiego Biurrun2012-12-021-1/+1
| |
| * fate: split dependencies for fate-seek testsJanne Grunau2012-12-02107-123/+220
| | | | | | | | | | | | | | Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.
* | Merge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16'Michael Niedermayer2012-12-032-10/+16
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16': h264: error out on unset current_picture_ptr for h->current_slice > 0 avprobe: report per stream bit rate if set by the decoder aac: avoid a memcpy in sbr_qmf_analysis Conflicts: avprobe.c Merged-by: Michael Niedermayer <[email protected]>
| * h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-021-0/+5
| | | | | | | | | | | | Fixes a segfault with fuzzed sample sample_varPAR_s11622_r001-02.avi. CC: [email protected]
| * avprobe: report per stream bit rate if set by the decoderJanne Grunau2012-12-021-0/+4
| |
| * aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-021-10/+11
| | | | | | | | | | | | | | Swapping buffer indices allows saving one memcpy that accounts for 1% of the runtime, according to oprofile. Signed-off-by: Luca Barbato <[email protected]>
* | vp56: Ignore reconfiguration from the alpha plane.Michael Niedermayer2012-12-031-8/+10
| | | | | | | | | | | | | | Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | wtvdec: fix null pointer dereferenceMichael Niedermayer2012-12-021-1/+1
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | asfdec: check extradata size before alloc and readMichael Niedermayer2012-12-021-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | h264: check for integer overflow, fix null pointer dereferenceMichael Niedermayer2012-12-021-0/+2
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | lavu/channel_layout: document the semantic of layouts.Nicolas George2012-12-021-0/+8
| |
* | lavfi/bbox: switch to ff_filter_frame() APIStefano Sabatini2012-12-021-5/+3
| |
* | lavfi/alphamerge: fix leak introduced in 217163ebStefano Sabatini2012-12-021-1/+1
| |
* | gifdec: read pixel aspect ratioPaul B Mahol2012-12-021-1/+5
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | lavfi/vf_super2xsai: fix output ref size.Nicolas George2012-12-021-0/+2
| |
* | lavfi/framestep: switch to ff_filter_frame APIStefano Sabatini2012-12-021-26/+7
| |
* | lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini2012-12-021-9/+11
| |
* | lavfi/hue: move to ff_filter_frame.Clément Bœsch2012-12-021-37/+14
| |
* | fate: add hue filter test.Clément Bœsch2012-12-023-0/+3
| |
* | lavfi/vf_tile: forward errors.Nicolas George2012-12-021-7/+7
| |
* | lavfi/vf_tile: cosmetic after last commit.Nicolas George2012-12-021-4/+4
| |
* | lavfi/vf_tile: switch to filter_frame.Nicolas George2012-12-021-50/+33
| | | | | | | | Also add error check on buffer allocation.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-021-64/+64
|\| | | | | | | | | | | | | | | | | | | * qatar/master: configure: fix indentation in option parsing loop Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: fix indentation in option parsing loopMans Rullgard2012-12-011-60/+60
| | | | | | | | Signed-off-by: Mans Rullgard <[email protected]>
* | lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini2012-12-021-13/+6
| |