aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fate-bprint: try to workaround platform specific value.Michael Niedermayer2012-06-082-2/+2
| | | | | | this should fix some fate failures Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Revert "sinewin_tablegen: use av_assert"Michael Niedermayer2012-06-081-2/+2
| | | | | | | using as_assert() in the table generator would make the generators have to be linked to libavutil. This reverts commit c3b6efa4cb25400d7ff8853ee6ebd95c29b744a6.
* mpegtsenc: make pts/dts offseting optionalMichael Niedermayer2012-06-081-6/+12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cmdutils: include threading caps in codecs listing.Nicolas George2012-06-071-10/+15
| | | | Suggested by Roger Pack on ffmpeg-user.
* amerge: accept multiple inputs.Nicolas George2012-06-072-68/+127
|
* af_amerge: move nb_in_ch into the in structure.Nicolas George2012-06-071-19/+19
| | | | | With that change, there is only one array for the inputs, it will make easier to implement a variable number of inputs.
* audioconvert: implement av_bprint_channel_layout().Nicolas George2012-06-072-8/+24
| | | | And reimplement av_get_channel_layout_string() on top of it.
* fate: add bprint test.Nicolas George2012-06-072-0/+18
|
* bprint: add av_bprint_init_for_buffer().Nicolas George2012-06-072-0/+25
|
* opt: add test for IMAGE_SIZE and PIXEL_FMT.Nicolas George2012-06-071-0/+10
|
* opt: free test_ctx.string at the end.Nicolas George2012-06-071-0/+1
| | | | Makes valgrind happy.
* opt: init test_ctx to 0.Nicolas George2012-06-071-1/+1
| | | | Otherwise, setting string will try to free a random address.
* opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George2012-06-072-0/+21
|
* Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-06-071-11/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: fix build if avfilter is disabled ffplay: fix frame_delay calculation in new avfilter code ffplay: add support for changing pixel format ffplay: add missing filt_in assignment after video filter reconfigure ffplay: fix frame aspect ratio after qatar merge ffplay: fix use after free ffplay: use dummy video driver if display is disabled Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffplay: fix build if avfilter is disabledMarton Balint2012-06-071-0/+2
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: fix frame_delay calculation in new avfilter codeMarton Balint2012-06-071-7/+6
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: add support for changing pixel formatMarton Balint2012-06-071-1/+4
| | | | | | | | | | | | | | | | With the filtering code refactored, it was much easier to finally fix this. Fixes ticket 123 and 238. Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: add missing filt_in assignment after video filter reconfigureMarton Balint2012-06-071-0/+1
| | | | | | | | | | | | Fixes segfaults on changing resolution. Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: fix frame aspect ratio after qatar mergeMarton Balint2012-06-071-0/+1
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: fix use after freeMichael Niedermayer2012-06-071-3/+8
| | | | | | | | | | | | | | | | | | reproduceable with: ffmpeg -i tests/lena.pnm -pix_fmt pal8 -vcodec rawvideo -s 512x512 out.avi valgrind ffplay_g out.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Marton Balint <cus@passwd.hu>
| * ffplay: use dummy video driver if display is disabledMarton Balint2012-06-071-0/+3
| | | | | | | | | | | | Fixes ticket 1402. Signed-off-by: Marton Balint <cus@passwd.hu>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-074-20/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mpegts: Remove disabled extension matching probe. fate: avoid freopen(NULL) in videogen/rotozoom Conflicts: tests/rotozoom.c tests/videogen.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | mpegts: Remove disabled extension matching probe.Alex Converse2012-06-071-8/+0
| | |
| * | fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-073-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | | h261enc: use av_assertMichael Niedermayer2012-06-071-4/+5
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h261dec: use av_assertMichael Niedermayer2012-06-071-2/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | swfenc: use av_assertMichael Niedermayer2012-06-071-1/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | xmv: use av_assertMichael Niedermayer2012-06-071-1/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264_mvpred: use av_assertMichael Niedermayer2012-06-071-5/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc/rectangle: change assert to av_assertMichael Niedermayer2012-06-071-7/+7
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavf: fix missing "parser not found" messageMichael Niedermayer2012-06-071-0/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer2012-06-071-3/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | svq1enc: use av_assertMichael Niedermayer2012-06-071-13/+12
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: move keyboard interaction in a function.Nicolas George2012-06-071-89/+95
| | | | | | | | | | | | | | | It makes the transcode loop easier to read (30% less code) and the differences with avconv easier to spot.
* | | lavfi/audio: fix size of copied samples.Nicolas George2012-06-071-3/+6
| |/ |/| | | | | Fixes sporadic segfaults with some filters.
* | ffprobe: show packet duration in frameStefano Sabatini2012-06-062-0/+4
| |
* | ffprobe: honour special value for durationStefano Sabatini2012-06-061-8/+10
| | | | | | | | | | A duration value is undefined when is 0, take into consideration this fact when printing optional fields.
* | lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-064-12/+3
| | | | | | | | | | | | | | | | | | The function was introduced in 4d6a8a2bdb19 and is not used anymore outside avfilter.c. This avoids to pollute the public API with an apparently unnecessary function. The function was introduced a few days ago, so removing it from the public API should do no much harm.
* | lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-061-0/+2
| | | | | | | | Include missing required internal headers.
* | tools/graph2dot: factorize code printing non-media specific link informationStefano Sabatini2012-06-061-12/+10
| |
* | tools/graph2dot: show input and output pad names in the link labelStefano Sabatini2012-06-061-4/+8
| |
* | wmv2enc: use av_assertMichael Niedermayer2012-06-061-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sinewin_tablegen: use av_assertMichael Niedermayer2012-06-061-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | put_bits: use av_assertMichael Niedermayer2012-06-061-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | golomb: use av_assertMichael Niedermayer2012-06-061-7/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | resample_template: use av_assertMichael Niedermayer2012-06-061-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil/integer: use av_assertMichael Niedermayer2012-06-061-2/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-061-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegvideo: fix out of heap array accessesMichael Niedermayer2012-06-061-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: Set duration on encoded subtitle packets.Philip Langdale2012-06-061-0/+1
| | | | | | | | | | | | | | | | | | Currently, we don't set the duration on the packet of a newly encoded subtitle. This information may be required by the muxer. Signed-off-by: Philip Langdale <philipl@overt.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>