32280 Commits (58677d73ed43020ea0840e633588e344396ee256)
 

Author SHA1 Message Date
Michael Niedermayer 941bb552c6 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 14 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 14 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 14 years ago
Diego Biurrun fa19c5c20e doxygen: drop another pointless star from pointer variable name 14 years ago
Stefano Sabatini 24ddfb2bdb lavfi: add amovie source - audio movie source 14 years ago
Matthew Einhorn 1d6eca2d27 Removes the internal avcodec_find_best_pix_fmt1()function previously used by avcodec_find_best_pix_fmt() and not used anymore. 14 years ago
Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 14 years ago
Michael Niedermayer 1287c81d65 imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future changes 14 years ago
Matthew Einhorn adfe59407e Adds a new pix fmt function that selects the best dest fmt from among 2 formats to convert to, given a certain src format. 14 years ago
Michael Niedermayer 094a496818 Merge remote-tracking branch 'qatar/master' 14 years ago
Stefano Sabatini 1717ba0cdd fifo: add FIFO API test program, and fate test 14 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 14 years ago
Piotr Kaczuba f4f3300c09 postprocess.c: filter name needs to be double 0 terminated 14 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
Diego Biurrun 0138a8dead doxygen: drop pointless star from pointer variable names 14 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 14 years ago
Marton Balint 0a1cf66210 ffplay: fix a crash caused by aborting the video queue 14 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 14 years ago
Clément Bœsch 8af9366e2f ffprobe: fix deprecated call to av_find_stream_info. 14 years ago
Michael Niedermayer a544545a03 acodec: change default bitrate to 128k 14 years ago
Michael Niedermayer 2e97d1267e regtests: use bitrate syntax understood by both tools 14 years ago
Diego Biurrun d2ba1fb50c configure: fix typo in avconv dependency list 14 years ago
Michael Niedermayer 876d1d796b Merge remote-tracking branch 'qatar/master' 14 years ago
Dustin Brody f913eeea43 vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 14 years ago
Dustin Brody 09c274e067 mpeg12: propagate chunk decode errors and fix conditional indentation 14 years ago
Michael Niedermayer 7c4e4c6a06 udp: fix circular buffer error handling 14 years ago
John Stebbins 0d802ac54e vc1: fix VC-1 Pulldown handling. 14 years ago
Alberto Delmás 1cf82cab08 VC1: Fix first/last row checks with slices 14 years ago
Michael Niedermayer 20f0bf8cfb udp: buffer datagrams in circular buffer instead of a bytestream 14 years ago
Alex Converse ad6c7c1b52 mp4: Handle non-trivial ES Descriptors. 14 years ago
Michael Niedermayer abe0b8e9f3 sws: use shift for chroma sample up convertion 14 years ago
Ronald S. Bultje d4b9974465 vc1: properly zero coded_block[] edges on new slice entry. 14 years ago
Marton Balint ee0ff051f2 ffplay: use lock manager callback to make libavcodec thread-safe 14 years ago
Michael Niedermayer 7e7012d0b4 oggdec: subtract time of first packet only from duration when it is significant 14 years ago
Michael Niedermayer d2cab951e3 oggdec: Make sure start time correction is applied once to each stream 14 years ago
Michael Niedermayer bd4640375e Merge remote-tracking branch 'qatar/master' 14 years ago
Alex Converse b9630bcf82 avconv: Replace goto redo on decode fail with continue. 14 years ago
Alex Converse 389e0a5a24 avconv: Remove dead store. 14 years ago
Michael Niedermayer d4f30c7daf h264-422: fix fate to handle 10 bit formats on big endian correctly. 14 years ago
Michael Niedermayer 565cabf5c8 h264: Try to fix 422 intra NEON 14 years ago
Anton Khirnov 4ae30cac22 libx264: add 'crf_max' private option. 14 years ago
Anton Khirnov c5dd0bc4ca libx264: add 'weightp' private option. 14 years ago
Anton Khirnov d4b9671318 libx264: add 'rc_lookahead' private option. 14 years ago
Anton Khirnov 2a44a8f609 libx264: add 'psy_trellis' private option. 14 years ago
Anton Khirnov 93e623c642 libx264: add 'psy_rd' private option. 14 years ago
Anton Khirnov 5c75b2a0b7 libx264: add 'aq_strength' private option. 14 years ago
Anton Khirnov 85254fcb46 libx264: add 'aq_mode' private option. 14 years ago
Anton Khirnov 9d508e4914 libx264: add 'cqp' private option. 14 years ago
Anton Khirnov d5dc8cc297 libx264: add 'crf' private option. 14 years ago
Anton Khirnov 8ee18b4bee lavc: remove vbv_delay option 14 years ago