37003 Commits (602e97dfaa8a0aaa41b3749b7cb2c7c900ed7aee)
 

Author SHA1 Message Date
Michael Niedermayer 80d2dddad1 ffmpeg: disable dr1 in case of resolution changes, as this does not work currently. 13 years ago
Michael Niedermayer 9971af3aa8 ffmpeg: add remaining hunks to enable dr1 support 13 years ago
Michael Niedermayer 49b909b980 Merge remote-tracking branch 'qatar/master' 13 years ago
Clément Bœsch f51469538f fate: warn if SAMPLES is not specified. 13 years ago
Clément Bœsch 3d38a7260b fate: give stderr hint when a test fails. 13 years ago
Clément Bœsch 2ffee0f450 fate: add generic rules for most of the tests/fate/*.mak files. 13 years ago
Marton Balint 7b2dba1c50 dv: fix avpriv_dv_codec_profile with lowres > 0 13 years ago
Michael Niedermayer 084bd109fc id3v2: fix variable type for uncompress() 13 years ago
Adrian Drzewiecki 7e09fe15d5 Process compressed id3v2 tags. 13 years ago
Diego Biurrun 723c35feb0 fate: split off vqf/twinvq FATE tests into their own file 13 years ago
Diego Biurrun 9e5bd6cc94 fate: split off mpc FATE tests into their own file 13 years ago
Diego Biurrun 913b6b4b98 fate: split off libavcodec FATE tests into their own file 13 years ago
Diego Biurrun 4e616d0915 fate: split off Microsoft codec FATE tests into their own file 13 years ago
Diego Biurrun bebf9f923e fate: group all VP* codec FATE tests together in one file 13 years ago
Janne Grunau 6e9bb5aa3e swscale: prevent invalid writes in packed_16bpc_bswap 13 years ago
Clément Bœsch 3701d547ac gxf: remove gxf_ prefix to timecode metadata keys. 13 years ago
Clément Bœsch 831f6cd605 timecode: fix drop frame in avpriv_timecode_to_string(). 13 years ago
Matthieu Bouron 357cb53306 dv: add timecode to metadata 13 years ago
Michael Niedermayer a45880dcdb ffmpeg: fix non ANSI C for(int 13 years ago
Michael Niedermayer 484e59a0a0 Merge remote-tracking branch 'qatar/master' 13 years ago
Anton Khirnov 80dc7c0160 avs: call release_buffer() at the end. 13 years ago
Anton Khirnov 06e8d38f2b Add minor bumps and APIchanges entries for lavc/lavfi changes. 13 years ago
Konstantin Todorov c65dfac466 mpegvideo.c: K&R formatting and cosmetics. 13 years ago
Michael Niedermayer c48f67f06e ff*: add -max_alloc command line option 13 years ago
Michael Niedermayer 5a8e994287 mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece 13 years ago
Michael Niedermayer 5e9a56a035 shorten: validate values in fmt chunk search 13 years ago
Michael Niedermayer 18bcfc912e shorten: Fix invalid free() 13 years ago
Anton Khirnov 04a14d4d25 avconv: avoid memcpy in vsrc_buffer when possible. 13 years ago
Anton Khirnov 64dca32cdf avconv: implement get_buffer()/release_buffer(). 13 years ago
Anton Khirnov e1d9dbf2d4 lavfi: add a new function av_buffersrc_buffer(). 13 years ago
Stefano Sabatini 1c9e340d35 lavfi: add avfilter_copy_frame_props() 13 years ago
Stefano Sabatini 8a4a5f6ff7 lavc: add format field to AVFrame 13 years ago
Stefano Sabatini 3a2ddf7c2c lavc: add width and height fields to AVFrame 13 years ago
Stefano Sabatini b58dbb5b03 lavc: add a sample_aspect_ratio field to AVFrame 13 years ago
Gautam Gupta 671005558a doxy: add website-alike style to the html output 13 years ago
Anton Khirnov 2bbb472016 FAQ: add an entry for common error when using -profile 13 years ago
Michael Niedermayer 1795fed7bc segafilm: fail earlier in case theres not enough bytestream left for a 13 years ago
Michael Niedermayer 27d323577c avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain. 13 years ago
Michael Niedermayer 964506bb97 golomb: Fix infinite loop in svq3_get_ue_golomb() 13 years ago
Michael Niedermayer 5257743aee ws_snd1: Fix wrong samples count and crash. 13 years ago
Michael Niedermayer 0d4404ed65 asfdec: fix endless loop on EOF 13 years ago
Michael Niedermayer 47c4713a23 sierravmd: limit packetsize to the amount that could be read. 13 years ago
Michael Niedermayer 2278ecc434 vmdav: check that theres enough space for a chunk remaining. 13 years ago
Michael Niedermayer 66f71f3b5e rmdec: Avoid allocating huge packets 13 years ago
Michael Niedermayer fc5c49ab32 mpeg4videodec: Fix division by zero in mpeg4_decode_sprite_trajectory() 13 years ago
Michael Niedermayer 43abef9fde rpl: Fix near infinite loop in index reading due to missing eof check. 13 years ago
Michael Niedermayer 282bb02839 j2kdec: Fix crash in get_qcx 13 years ago
Michael Niedermayer 3eedf9f716 j2kdec: Check curtileno for validity 13 years ago
Michael Niedermayer 3132999fdb j2kdec: Check for interger overflow in tile array allocation 13 years ago
Michael Niedermayer 628c9dcca3 j2kdec: fix division by zero, check tile dimensions for validity 13 years ago