38427 Commits (83c418e68ee55c55bf9f1185d5cb648fc91aed0b)
 

Author SHA1 Message Date
Michael Niedermayer 02670762d2 libavfilter/libmpcodecs: add vf_pp from current mplayer svn 13 years ago
Reimar Döffinger d7804de351 cdxl demux: do not create packets with uninitialized data at EOF. 13 years ago
Anton Khirnov 7929e22bde lavf: don't guess r_frame_rate from either stream or codec timebase. 13 years ago
Anton Khirnov 13f6917ca9 avconv: set discard on input streams automatically. 13 years ago
Reinhard Tartler 790a367d9e Fix parser not to clobber has_b_frames when extradata is set. 13 years ago
Anton Khirnov d3783f47ee lavf: don't set codec timebase in avformat_find_stream_info(). 13 years ago
Anton Khirnov 832ba44d8d avconv: saner output video timebase. 13 years ago
Anton Khirnov 87d7a92b62 rawdec: set timebase to 1/fps. 13 years ago
Anton Khirnov d43040e28b avconv: refactor vsync code. 13 years ago
Anton Khirnov 493a86e25b FATE: remove a bunch of useless -vsync 0 13 years ago
Paul B Mahol 42459c6abb cdxl: bit line plane arrangement support 13 years ago
Paul B Mahol cf6914e27f cdxl: remove early check for bpp 13 years ago
Paul B Mahol 126daeb550 cdxl: set pix_fmt PAL8 only if palette is available 13 years ago
Michael Niedermayer 305e4b35ea Merge remote-tracking branch 'qatar/master' 13 years ago
Tim Walker 0a9efe4c6e mlp_parser: fix the channel mask value used for the top surround channel 13 years ago
Justin Ruggles be8d812c96 vorbisenc: check all allocations for failure 13 years ago
Justin Ruggles f7a2e12f2a roqaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 3fa9a999c1 roqaudioenc: set correct bit rate 13 years ago
Justin Ruggles cf57c78b77 roqaudioenc: use AVCodecContext.frame_size correctly. 13 years ago
Justin Ruggles 56279f1d61 roqaudioenc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles 4b7f8838e8 ra144enc: use int16_t* for input samples rather than void* 13 years ago
Justin Ruggles 03359ebcf9 ra144enc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles a65f7c96fc ra144enc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles 928672f1f1 nellymoserenc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles 370b44cda2 nellymoserenc: improve error checking in encode_init() 13 years ago
Justin Ruggles 333506c33f nellymoserenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 6f600ab354 libvorbis: improve error checking in oggvorbis_encode_init() 13 years ago
Justin Ruggles be60eec668 mpegaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 7a8cbb39f6 libfaac: improve error checking and handling in Faac_encode_init() 13 years ago
Justin Ruggles c9bca80132 avutil: add AVERROR_UNKNOWN 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Justin Ruggles 8e2555d3b1 g722enc: check for trellis data allocation error 13 years ago
Justin Ruggles ca300d938b libspeexenc: export encoder delay through AVCodecContext.delay 13 years ago
Justin Ruggles 7600e5c5aa avcodec: document the use of AVCodecContext.delay for audio encoders 13 years ago
Ronald S. Bultje 6c4c27adb6 kgv1: release reference picture on size change. 13 years ago
Ronald S. Bultje cd40c31ee9 matroska: don't overwrite string values until read/alloc was succesful. 13 years ago
Anton Khirnov 03ca0a5b30 lavc: merge two if()s with the same condition. 13 years ago
Anton Khirnov d55fa6f9cb lavc: factorize setting got_packet_ptr in avcodec_encode_video2() 13 years ago
Anton Khirnov 52953d61ca lavc: signal no output when a NULL frame is passed to audio encoder without delay 13 years ago
Paul B Mahol 99cff417f3 xwdenc: fix monow encoding 13 years ago
Michael Niedermayer 8e03912133 mpegaudiodec: dont memcpy() more than needed. 13 years ago
Paul B Mahol 159a2436b0 fate: add tests for cdxl video 13 years ago
Paul B Mahol 904817cb9f cdxl: fix ham6/8 on big endian 13 years ago
Michael Niedermayer b008ac18bb Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 7b9d8703f3 adpcmdec: fix "warning: array subscript is above array bounds" 13 years ago
Michael Niedermayer 3d3b603f7f a64multienc: fix "warning: buf may be used uninitialized in this function" 13 years ago
Michael Niedermayer 418403662b rmdec: fix "warning: format %d expects argument of type int, but argument 7 has type int64_t" 13 years ago
Michael Niedermayer 4dbdd3ec6f mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this function" 13 years ago
Michael Niedermayer 1e44dda825 flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not used" 13 years ago