37728 Commits (3fe00cac71ed8d375c8e938c726f154d1b961c0e)
 

Author SHA1 Message Date
Reimar Döffinger 3fe00cac71 Fix bitexact intra mismatch control. 13 years ago
Reimar Döffinger 5338566eaf mpegvideodec: minor simplifications. 13 years ago
Michael Niedermayer af46ca7356 msmpeg4: replace 999999 by INT_MAX and initial by a valid index. 13 years ago
Clément Bœsch a3c4371f3c ffmpeg: prefer NULL over 0 for av_log context pointer parameter. 13 years ago
Clément Bœsch 158bd596a6 ffmpeg: move quality parameter to do_video_out() scope. 13 years ago
Clément Bœsch 63b5e99fab ffmpeg: make use of ret error out in transcode_video(). 13 years ago
Clément Bœsch 086fc4d765 ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope. 13 years ago
Clément Bœsch 9303b794b8 ffmpeg: move do_video_stats() above do_video_out(). 13 years ago
Clément Bœsch a78dd826ee ffmpeg: move video stats code to do_video_out(). 13 years ago
Clément Bœsch cf31060127 ffmpeg: move filtered_frame to video stream processing scope. 13 years ago
Clément Bœsch aede21f1b6 ffmpeg: reindent after video frame polling simplification. 13 years ago
Clément Bœsch e22c7b4e25 ffmpeg: simplify video frame polling. 13 years ago
Clément Bœsch 4ab4b3db5a ffmpeg: use exit_program() if configure_video_filters() fails. 13 years ago
Carl Eugen Hoyos 3546f680d5 Add missing newline to mpeg1/2 intra matrix error message. 13 years ago
Carl Eugen Hoyos baa8ec8d74 Add missing swscale dependency for MP-filters. 13 years ago
Hanspeter Niederstrasser 342afd12de Add missing swresample dependency for ffplay. 13 years ago
Aneesh Dogra 1b7ff90107 sunrast: Remove the useless check. 13 years ago
Michael Niedermayer 29034e6503 ffmpeg: Add threshold to discard crazy/damaged timestamps. 13 years ago
Michael Niedermayer 789d6b73cf lavf: Rewrite metadata printing from dump_metadata(). 13 years ago
Michael Niedermayer 8c6ebab747 Merge remote-tracking branch 'qatar/master' 13 years ago
Carl Eugen Hoyos ea4037162f Fix libstagefright compilation 13 years ago
Carl Eugen Hoyos 3b25d6193c Fix fate tests after 5c2c6bbf. 13 years ago
Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
Carl Eugen Hoyos edf34c346e Allow encoding rawvideo RGBA64 and friends. 13 years ago
Carl Eugen Hoyos 5c2c6bbfba Allow encoding rawvideo RGB0 and friends. 13 years ago
Janne Grunau c57fe49da8 eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 13 years ago
Janne Grunau 456d3e4fb5 yadif: specify array size outside DECLARE_ALIGNED 13 years ago
Ronald S. Bultje 73e15e8e6b prores: specify array size outside DECLARE_ALIGNED brackets. 13 years ago
Paul B Mahol 0f3d8baef9 WavPack demuxer: set packet duration 13 years ago
Michael Niedermayer dd7198b25f lavf: put av_new_stream() compatibility wrapper back 13 years ago
Michael Niedermayer 491d8353e8 mpeg12dec: print the value that is being ignored in load_matrix() 13 years ago
Michael Niedermayer 8a07429318 lavf: put av_find_stream_info() compatibility wrapper back. 13 years ago
Michael Niedermayer f480fcb1f9 bink: fix pointer type warnings. 13 years ago
Michael Niedermayer 677911ad81 ffmpeg: better dox for *pts. 13 years ago
Stefano Sabatini c28e7af70d lavu: add timestamp.h header with convenience timestamp utilities 13 years ago
Laurent 71d6b46849 configure: fix gcc asm tests for MinGW GCC 4.6.2 13 years ago
Paul B Mahol 9aff2d1753 tta: use skip_bits_long() 13 years ago
Tomas Härdin e24167aae6 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
Tomas Härdin d6b81ff949 mxfdec: Sanity-check SampleRate 13 years ago
Tomas Härdin c65642d351 mxfdec: Handle small EditUnitByteCount 13 years ago
Tomas Härdin 240ddbce56 mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a 13 years ago
Tomas Härdin 9123950be0 mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows 13 years ago
Tomas Härdin d00257e96a mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() 13 years ago
Tomas Härdin df2a85085e mxfdec: Sanity check PreviousPartition 13 years ago
Tomas Härdin 11800c8c89 mxfdec: Never seek back in local sets and KLVs 13 years ago
Tomas Härdin 687e2fdebd mxfdec: Move the current_partition check inside mxf_read_header() 13 years ago
Tomas Härdin e352c96c17 mxfdec: Fix infinite loop in mxf_packet_timestamps() 13 years ago
Tomas Härdin 0373ec635d mxfdec: Check eof_reached in mxf_read_local_tags() 13 years ago
Tomas Härdin effe3b9575 mxfdec: Check for NULL component 13 years ago
Tomas Härdin 29fc8f50cd mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago