32142 Commits (4becc8613967869e3fdb748ae7939d849c672500)
 

Author SHA1 Message Date
Michael Niedermayer 4becc86139 issue_tracker.txt: more updates toward trac 13 years ago
Michael Niedermayer 6e2c036bb8 doc/issue_tracker.txt: regressions are important 13 years ago
Michael Niedermayer 80d4538d05 doc/issue_tracker.txt: Update toward trac 13 years ago
Carl Eugen Hoyos 312645e030 Do not set codec_tag property for matroska muxers. 13 years ago
Carl Eugen Hoyos ab539d9eb8 Use the shorter channel layout description for the common case. 13 years ago
Carl Eugen Hoyos 262ab1c59a Do not assume timestamps for mp2 format. 13 years ago
Michael Niedermayer 3dd44e5075 Merge remote-tracking branch 'qatar/master' 13 years ago
Fredrik Axelsson 09a858da7d Add support for BDAV/m2ts-mode muxing 13 years ago
Reimar Döffinger b118255e91 Replace goto by break, it has the same effect. 13 years ago
Reimar Döffinger 056c13fd17 vocdec: Take channel count into account when calculating bit rate. 13 years ago
Reimar Döffinger 2cd7a9ebe0 JPEG-LS: clip offset based on cur_scan to valid range. 13 years ago
Marton Balint dacd827b81 Rename find_program_from_stream to av_find_program_from_stream and add it to avformat.h 13 years ago
Michael Niedermayer 941bb552c6 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 13 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 13 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 13 years ago
Diego Biurrun fa19c5c20e doxygen: drop another pointless star from pointer variable name 13 years ago
Stefano Sabatini 24ddfb2bdb lavfi: add amovie source - audio movie source 13 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. 13 years ago
Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
Michael Niedermayer 1287c81d65 imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future changes 13 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. 13 years ago
Michael Niedermayer 094a496818 Merge remote-tracking branch 'qatar/master' 13 years ago
Stefano Sabatini 1717ba0cdd fifo: add FIFO API test program, and fate test 13 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Piotr Kaczuba f4f3300c09 postprocess.c: filter name needs to be double 0 terminated 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Diego Biurrun 0138a8dead doxygen: drop pointless star from pointer variable names 13 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 13 years ago
Marton Balint 0a1cf66210 ffplay: fix a crash caused by aborting the video queue 13 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 13 years ago
Clément Bœsch 8af9366e2f ffprobe: fix deprecated call to av_find_stream_info. 13 years ago
Michael Niedermayer a544545a03 acodec: change default bitrate to 128k 13 years ago
Michael Niedermayer 2e97d1267e regtests: use bitrate syntax understood by both tools 13 years ago
Diego Biurrun d2ba1fb50c configure: fix typo in avconv dependency list 13 years ago
Michael Niedermayer 876d1d796b Merge remote-tracking branch 'qatar/master' 13 years ago
Dustin Brody f913eeea43 vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 13 years ago
Dustin Brody 09c274e067 mpeg12: propagate chunk decode errors and fix conditional indentation 13 years ago
Michael Niedermayer 7c4e4c6a06 udp: fix circular buffer error handling 13 years ago
John Stebbins 0d802ac54e vc1: fix VC-1 Pulldown handling. 13 years ago
Alberto Delmás 1cf82cab08 VC1: Fix first/last row checks with slices 13 years ago
Michael Niedermayer 20f0bf8cfb udp: buffer datagrams in circular buffer instead of a bytestream 13 years ago
Alex Converse ad6c7c1b52 mp4: Handle non-trivial ES Descriptors. 13 years ago
Michael Niedermayer abe0b8e9f3 sws: use shift for chroma sample up convertion 13 years ago
Ronald S. Bultje d4b9974465 vc1: properly zero coded_block[] edges on new slice entry. 13 years ago
Marton Balint ee0ff051f2 ffplay: use lock manager callback to make libavcodec thread-safe 13 years ago
Michael Niedermayer 7e7012d0b4 oggdec: subtract time of first packet only from duration when it is significant 13 years ago
Michael Niedermayer d2cab951e3 oggdec: Make sure start time correction is applied once to each stream 13 years ago
Michael Niedermayer bd4640375e Merge remote-tracking branch 'qatar/master' 13 years ago
Alex Converse b9630bcf82 avconv: Replace goto redo on decode fail with continue. 13 years ago
Alex Converse 389e0a5a24 avconv: Remove dead store. 13 years ago