39784 Commits (d1c95d2ce39560e251fdb14f4af91b04fd7b845c)
 

Author SHA1 Message Date
Michael Niedermayer 2e0c360abd Merge remote-tracking branch 'qatar/master' 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer bd128e9bff exr: fix mixed declaration and statements. 13 years ago
Martin Storsjö 6d27d8b1dd cosmetics: Convert mimic.c to utf-8 13 years ago
Anton Khirnov d4936548f4 avconv: remove an unused function parameter. 13 years ago
Anton Khirnov 4648fe6324 avconv: remove now pointless variables. 13 years ago
Anton Khirnov e06d2dfcde avconv: drop support for building without libavfilter. 13 years ago
Reimar Döffinger cbb7183498 tiny_psnr: allow searching for optimal shift value. 13 years ago
Reimar Döffinger 439c3d5bcc nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Joakim Plate ba24f12982 libavformat: Only require first packet to be known for audio/video streams 13 years ago
Reimar Döffinger 50361e5144 Add regression test for mov rtp hinting. 13 years ago
Reimar Döffinger 099a1875f0 dpxenc: also test 10 and 16 bit formats. 13 years ago
Reimar Döffinger e8b1da007e nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Martin Storsjö 951e715ceb avplay: Don't try to scale timestamps if the tb isn't set 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Alexander Strasser f363773042 doc: image2: update docs for glob input patterns 13 years ago
Clément Bœsch 735fb8ce59 ffmpeg: remove unused MetadataMap. 13 years ago
Clément Bœsch e5df74dc56 ffmpeg: remove unused meta_data_maps. 13 years ago
Thierry Foucu e0f30a567f s302m: Add Channle Layout for 6 channels 13 years ago
Michael Niedermayer 25eae29ea1 vsrc_buffer: remove overwrite support. 13 years ago
Michael Niedermayer 3826d53f15 README: be a tiny bit more verbose 13 years ago
Michael Niedermayer f148537c41 exr: various cleanup and security related fixes 13 years ago
Michael Niedermayer 634c01bc18 exr: fix av_logs() 13 years ago
Jimmy Christensen b7ce3242f8 lavc: add a OpenEXR decoder 13 years ago
Michael Niedermayer 9e91a7d45b fix fate tests after 76c79aa28f 13 years ago
Baptiste Coudurier e636aa1a56 movdec: handle 0x7fff langcode as macintosh per the specs 13 years ago
Carl Eugen Hoyos 76c79aa28f Support yuva444p rawvideo in nut. 13 years ago
Justin Ruggles bb0618e68b avcodec: remove avcodec_guess_channel_layout() 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Michael Niedermayer 2c5a2958e9 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 3e4b5e68c1 cmdutils: fix -fdebug without -v xy 13 years ago
Clément Bœsch 614716f583 mov: do not print string len in handler_name. 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Thierry Foucu c99bdd51b2 lavf: Fix the last PTS to be generated using -fflags +genpts 13 years ago
Anton Khirnov a03f8ea0a8 vsrc_buffer: when no frame is available, return an error instead of segfaulting. 13 years ago
Anton Khirnov cfec77aaf8 configure: add dl to frei0r extralibs. 13 years ago
Michael Niedermayer fa1f92a4f1 vf_idet: clean detected frame types based on a 4 frame history. 13 years ago
Michael Niedermayer c59e73d2c8 vf_idet: change individual per frame statistics to debug log level. 13 years ago
Michael Niedermayer 4d4df310f2 vf_idet: print accumulated statistics for single and multi frame detection 13 years ago
Clément Bœsch bfd30fa8a3 lavfi/colormatrix: add forgotten tests. 13 years ago
Michael Niedermayer 0477254dd2 vf_idet: Print both the single frame based detection and the multi frame one. 13 years ago
Michael Niedermayer 1a5c08eef6 vf_idet: Add last_type variable to make code more readable. 13 years ago
Michael Niedermayer ca2b450cee vf_idet: use enum to represent the type. 13 years ago
Ramiro Polla bd603494f9 asfenc: properly write index information 13 years ago
Ramiro Polla ae315a6a38 asfenc: start at object 1 instead of 0 13 years ago
Ramiro Polla bc13b74992 asfenc: remove useless casts 13 years ago
Ramiro Polla f2fad251b8 asfenc: reduce code duplication with new variable 13 years ago
Ramiro Polla 1ceff0859d asfenc: rename some variables 13 years ago
Ramiro Polla 97d36a1898 asfenc: realloc index_ptr fewer times 13 years ago