summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffmpeg: move video stats code to do_video_out().Clément Bœsch2012-02-10
* ffmpeg: move filtered_frame to video stream processing scope.Clément Bœsch2012-02-10
* ffmpeg: reindent after video frame polling simplification.Clément Bœsch2012-02-10
* ffmpeg: simplify video frame polling.Clément Bœsch2012-02-10
* ffmpeg: use exit_program() if configure_video_filters() fails.Clément Bœsch2012-02-10
* Add missing newline to mpeg1/2 intra matrix error message.Carl Eugen Hoyos2012-02-10
* Add missing swscale dependency for MP-filters.Carl Eugen Hoyos2012-02-10
* Add missing swresample dependency for ffplay.Hanspeter Niederstrasser2012-02-10
* sunrast: Remove the useless check.Aneesh Dogra2012-02-10
* ffmpeg: Add threshold to discard crazy/damaged timestamps.Michael Niedermayer2012-02-10
* lavf: Rewrite metadata printing from dump_metadata().Michael Niedermayer2012-02-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-10
|\
| * eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau2012-02-09
| * yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-09
| * prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje2012-02-09
| * WavPack demuxer: set packet durationPaul B Mahol2012-02-09
| * tta: use skip_bits_long()Paul B Mahol2012-02-09
| * mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2012-02-09
| * mxfdec: Sanity-check SampleRateTomas Härdin2012-02-09
| * mxfdec: Handle small EditUnitByteCountTomas Härdin2012-02-09
| * mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin2012-02-09
| * mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2012-02-09
| * mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2012-02-09
| * mxfdec: Sanity check PreviousPartitionTomas Härdin2012-02-09
| * mxfdec: Never seek back in local sets and KLVsTomas Härdin2012-02-09
| * mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2012-02-09
| * mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2012-02-09
| * mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin2012-02-09
| * mxfdec: Check for NULL componentTomas Härdin2012-02-09
| * mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2012-02-09
| * mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2012-02-09
| * build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
| * arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun2012-02-09
| * swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun2012-02-09
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
| * bytestream: K&R formatting cosmeticsAneesh Dogra2012-02-09
| * apetag: fix commentPaul B Mahol2012-02-08
| * rawenc: switch to encode2().Anton Khirnov2012-02-08
* | Fix libstagefright compilationCarl Eugen Hoyos2012-02-09
* | Fix fate tests after 5c2c6bbf.Carl Eugen Hoyos2012-02-09
* | Support encoding BGR24 and BGR0 in ljpeg.Carl Eugen Hoyos2012-02-09
* | Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos2012-02-09
* | Allow encoding rawvideo RGB0 and friends.Carl Eugen Hoyos2012-02-09
* | lavf: put av_new_stream() compatibility wrapper backMichael Niedermayer2012-02-09
* | mpeg12dec: print the value that is being ignored in load_matrix()Michael Niedermayer2012-02-09
* | lavf: put av_find_stream_info() compatibility wrapper back.Michael Niedermayer2012-02-09
* | bink: fix pointer type warnings.Michael Niedermayer2012-02-09
* | ffmpeg: better dox for *pts.Michael Niedermayer2012-02-09
* | lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini2012-02-09
* | configure: fix gcc asm tests for MinGW GCC 4.6.2Laurent2012-02-09