45175 Commits (ac627b3d38d370027406c93c2dcaac0b1712a7d4)
 

Author SHA1 Message Date
Michael Niedermayer ac627b3d38 Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
Anton Khirnov 89715a3cf1 lavu: fix typo in Makefile 12 years ago
Michael Niedermayer ae77266fce Merge commit '78071a1420b425dfb787ac739048f523007b8139' 12 years ago
Michael Niedermayer 43c157f4a4 Merge remote-tracking branch 'qatar/master' 12 years ago
Paul B Mahol d7a4739265 TAK demuxer, decoder and parser 12 years ago
Clément Bœsch 208a5d1322 fate/ffprobe: add some stream metadata. 12 years ago
Clément Bœsch f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 78071a1420 pixfmt: add AV_ prefixes to PIX_FMT_* 12 years ago
Pavel Koshevoy 9425dc3dba Fix build failure on osx 10.5.8 ppc 12 years ago
Michael Niedermayer f464b02d22 mpegts: fuzzy crc check for not so spec compliant files 12 years ago
Michael Niedermayer 43bbc3f477 xtea: give constants the correct type 12 years ago
Michael Niedermayer 89074e9066 wmalosslessdec: remove unused variable 12 years ago
Michael Niedermayer b9a7719828 tscc: fix "assignment discards qualifiers from pointer target type" warning 12 years ago
Michael Niedermayer c5fdd0696a tiff: fix "assignment discards qualifiers from pointer target type" warning 12 years ago
Michael Niedermayer bd2613a322 rangecoder: fix "incompatible pointer type" warning 12 years ago
Michael Niedermayer 106790a4e9 ffv1: fix array data types 12 years ago
Michael Niedermayer fc6860a3eb 8svx: remove unused variable 12 years ago
Michael Niedermayer adcfc0535d mxfenc: fix av_log data type for dts paramater 12 years ago
Michael Niedermayer f2a7e1a62b mux: change 1 assert->av_assert1() 12 years ago
Michael Niedermayer 2714e841bc x86/motion_est: assert->av_assert2() 12 years ago
Michael Niedermayer f9b0694cc8 motion-test: fix height parameter 12 years ago
Justin Ruggles 7b556be673 af_resample: avoid conversion of identical sample formats for 1 channel 12 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 12 years ago
Justin Ruggles 5364327186 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 12 years ago
Diego Biurrun 62ae37decd timefilter: De-doxygenize normal code comments and drop silly ones 12 years ago
Justin Ruggles d58b25aaa2 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 12 years ago
Paul B Mahol 27a341518e avformat: fix typo in comment 12 years ago
Michael Niedermayer 979b9b1f47 h264: switch some asserts to av_assert1/2() 12 years ago
Michael Niedermayer 1822aee7e6 dsputil_template: replace assert() by av_assert2() 12 years ago
Martin Storsjö e67b0f9952 gxf: Include the right header for the avpriv_frame_rate_tab declaration 12 years ago
Michael Niedermayer 87244c8f20 matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 12 years ago
Michael Niedermayer 79d30321a2 Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 537ef8bebf movenc: support an alternative to edit lists to handle the first DTS != 0 case. 12 years ago
Michael Niedermayer d067e25437 mov: fix integer avoption types 12 years ago
Michael Niedermayer c6c560deed mpeg4videodec: fix integer avoption types 12 years ago
Michael Niedermayer 57e1553e9f libvpcenc: fix flags voption types 12 years ago
Michael Niedermayer 3c9502b0f6 h264: fix integer avoption types 12 years ago
jamal ffc1d959a0 tests/Makefile: fix ffprobe-test.nut with target-exec 12 years ago
Michael Niedermayer 19a4e10360 gmc_mmx: enable also for large pictures when emu edge isnt needed. 12 years ago
Michael Niedermayer e063ffbf4b dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing features. 12 years ago
Michael Niedermayer 094a82c7de get_bits: get_bits_long() support n=0 as the docs allow it 12 years ago
Michael Niedermayer ac6659aff7 movenc: fix regression with yuyv caused by c5f23d 12 years ago
Justin Ruggles 31b2262dca wmaenc: use float planar sample format 12 years ago
Justin Ruggles b1540fc884 (e)ac3enc: use planar sample format 12 years ago
Justin Ruggles f3e2d68df6 aacenc: use planar sample format 12 years ago
Bobby Bingham 51211d351c vf_tile: fix typos/grammar in comments 12 years ago
Justin Ruggles 095be4fbf6 adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt 12 years ago
Justin Ruggles d9a13c2f56 adpcmenc: move 'ch' variable to higher scope 12 years ago
Justin Ruggles 9606f19b4e adpcmenc: fix 3 instances of variable shadowing 12 years ago