11548 Commits (a960a1e041fd2647b806f744ca0e409c30bd8d32)
 

Author SHA1 Message Date
Michael Niedermayer 4d570f94ba prevent infinite loop and memcpy of negative amounts 17 years ago
Måns Rullgård 972c5f9e10 simply buffer checks in vorbis_comment() 17 years ago
Måns Rullgård 0a770ae7b4 use bytestream_get_* in vorbis_comment() 17 years ago
Reimar Döffinger 80b1c5a858 Add RC4 encryption/decryption function 17 years ago
Michael Niedermayer 211dd1e81f factorize code and add safety check to prevent memcpying negative amounts 17 years ago
Jeff Downs 0d43dd8c2d Simplify tests for field macroblocks 17 years ago
Stefan Lucke b8a9dfb7f6 Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 17 years ago
Ramiro Polla 29a7b8ef27 Fix memleak 17 years ago
Ramiro Polla 6ad423489e ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line() 17 years ago
Diego Biurrun 35d6cebde8 Use single quotes to get rid of a bunch of backslash escapes. 17 years ago
Diego Biurrun 5645c83802 Consistently use $(FOO) instead of ${FOO} in Makefile variables. 17 years ago
Diego Biurrun 1084771ac0 10l: refill2() is not unused, it is used conditionally. 17 years ago
Jeff Downs 5e832bc28f Interlaced pictures (not just MBAFF) + spatial direct mode is not 17 years ago
Diego Biurrun 0f26eec23e Disable unused code; fixes several gcc warnings: 17 years ago
Andrea Gualano 2a7feb18c4 Enable avpicture_deinterlace() for PIX_FMT_GRAY8. 17 years ago
Shane bdb273564c Fix intended order of operations for 4 assert() checks. 17 years ago
Ville Skyttä 645f7879ca Specify in documentation that avcodec_find_(en|de)coder* only searches for 17 years ago
Björn Axelsson 770d9dafa1 Add functionality to set the direction of a ByteIOContext buffer. 17 years ago
Diego Biurrun 3ea7841120 warning fixes: 17 years ago
Måns Rullgård 736e63edc8 check values more thoroughly in vorbis_header() 17 years ago
Måns Rullgård 739587bf04 use bytestream_get_* in vorbis_header() 17 years ago
Måns Rullgård f5475e1b38 fix buffer overread with invalid Vorbis header 17 years ago
Måns Rullgård 62f2c069b8 remove duplicate Vorbis comment tag handling 17 years ago
Carl Eugen Hoyos 2fe279f9f9 Set pict->interlaced_frame if returned frame is MBAFF or PAFF. 17 years ago
Reimar Döffinger ce3132be88 Remove ogg seek function, instead use generic seek via read_timestamp function 17 years ago
Reimar Döffinger a1f29b959b Add a read_timestamp function to ogg demuxer 17 years ago
Jeff Downs 03d3cab876 fix incorrect check for abs_diff_pic_num overflow 17 years ago
Reimar Döffinger 9ba718e481 Allow to override zlib compression level in PNG encoder via avctx->compression_level 17 years ago
Andreas Öman f6e3c4603d reindent 17 years ago
Baptiste Coudurier 45b8e9e507 better lambda search method 17 years ago
Carl Eugen Hoyos d6c52130f7 Enable PAFF decoding 17 years ago
Aurelien Jacobs bcf8eb116a oops... mpegvideo_enc also depends on motion_est and ratecontrol 17 years ago
Aurelien Jacobs 91ac0ab472 dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) 17 years ago
Michael Niedermayer ec62727818 indent 17 years ago
Michael Niedermayer 4838727ea0 avoid generating invalid files 17 years ago
Jeff Downs 12d96de3ac Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. 17 years ago
Martin Zlomek ac6b423b0c Fix deblocking for PAFF content 17 years ago
Baptiste Coudurier 2e85b344f7 dnxhd 36mbit support 17 years ago
Baptiste Coudurier 68bc33fa9f append extradata atoms when parsing, fix OLOCOONS_O3.mov 17 years ago
Baptiste Coudurier 6cb1d36169 typo weigth->weight 17 years ago
Baptiste Coudurier cd52a9ca9f preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it 17 years ago
Baptiste Coudurier 5e301bbb70 merge 17 years ago
Baptiste Coudurier a417d041f0 10l, check 'i' validity before using it 17 years ago
Baptiste Coudurier 42d1ffa3a2 fix 10 bit per comp detection 17 years ago
Baptiste Coudurier fc4cbc1699 DNxHD (SMPTE VC-3) encoder 17 years ago
Baptiste Coudurier 69cea75f6b export convert_matrix and add ff_ prefix 17 years ago
Baptiste Coudurier 6180ade790 export DCT_common_init and add ff_prefix 17 years ago
Jeff Downs 5a421d538e Re-indent after PAFF MMCO implementation patch. 17 years ago
Jeff Downs 0ae969faed Augment MMCO execution to work with both fields and frames. Part of PAFF 17 years ago
Måns Rullgård 6b3246488d use pr -n -t instead of non-standard cat -n 17 years ago