37003 Commits (602e97dfaa8a0aaa41b3749b7cb2c7c900ed7aee)
 

Author SHA1 Message Date
Michael Niedermayer 602e97dfaa pngdec: Add some FF_DEBUG based av_logs. 13 years ago
Michael Niedermayer 657878f76e sws: fix copy case detection with gray8a. 13 years ago
Michael Niedermayer 2478612fc0 lavc: Mark the err_detect constants as audio+video as they also apply to audio. 13 years ago
Michael Niedermayer 44d4fe9dad error_detection: put the old error detection constants back. 13 years ago
Michael Niedermayer c5c7e0ebc1 git show 2473a45c85 avconv.c | patch ffmpeg.c 13 years ago
Michael Niedermayer b5a69e79c5 Merge remote-tracking branch 'qatar/master' 13 years ago
Martin Storsjö ad7beb2cac rtpdec: Use our own SSRC in the SDES field when sending RRs 13 years ago
Reinhard Tartler 4b63cc18bc Finalize changelog for 0.8 Release 13 years ago
Carl Eugen Hoyos 9e53f62be1 Support decoding Avid DS Uncompressed (SUDS). 13 years ago
Reimar Döffinger def19c9036 Unroll base64 decode loop. 13 years ago
Reinhard Tartler fd1a1f1484 Prepare for 0.8 Release 13 years ago
Reimar Döffinger 523f676b51 Use a full table for base64 decode. 13 years ago
Reimar Döffinger d41c824b23 Fix valgrind FATE for out-of-tree builds. 13 years ago
Stefano Sabatini a9117c755e lavfi: fix mp and mandelbrot descriptions to make them complete sentences 13 years ago
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Janne Grunau afb8b207d6 threads: update slice_count and slice_offset from user context 13 years ago
Reimar Döffinger 8650d5faf9 base64: more thorough decode tests. 13 years ago
Reimar Döffinger 77b90f0cd0 Add a --valgrind configure option. 13 years ago
Martin Storsjö 7ba34575fd aviocat: Remove useless includes 13 years ago
Anton Khirnov 7512bb74f2 doc/APIChanges: fill in missing dates and hashes 13 years ago
Anton Khirnov 97e3f94b61 Revert "avserver: fix build after the next bump." 13 years ago
Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 13 years ago
Dustin Brody 5124423ec3 lavf: rename fer option and document resulting (f_)err_detect options 13 years ago
Dustin Brody f88949214c lavc: rename err_filter option to err_detect and document it 13 years ago
John Brooks 9b6aafba6c mpegvideo: fix invalid memory access for small video dimensions 13 years ago
Michael Niedermayer 99a42f3fa9 ac3dec: Move center&surround mix level tables to parser. 13 years ago
Ray Simard 9ec39937f9 deshake: variable used uninitialized 13 years ago
Michael Niedermayer bdd739e91c base64: Only run benchmark when "-t" is specified. 13 years ago
Michael Niedermayer 57822f0660 base64: fix little typo 13 years ago
Michael Niedermayer 8f0768cc22 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 01084336b7 base64: add a benchmark for a pure syntax check. 13 years ago
Michael Niedermayer ea4da94895 base64: simplify end handling in av_base64_encode() 13 years ago
Michael Niedermayer 112bca91b0 base64: optimize av_base64_encode() 13 years ago
Michael Niedermayer a41687c2d6 base64: add benchmark 13 years ago
Martin Storsjö 5d95112d92 movenc: Reorder entries in the MOVIentry struct, for tigheter packing 13 years ago
Martin Storsjö 1f712e6a05 rtsp: Remove extern declarations for variables that don't exist 13 years ago
Martin Storsjö 6a73f3bbdf aviocat: Flush the output before closing 13 years ago
Reimar Döffinger d60d718c49 Slightly optimize base64 encode. 13 years ago
Reimar Döffinger 6af4c9814a Optimize output buffer size check in base64 decode. 13 years ago
Reimar Döffinger 686ba5f4ea Minor optimization of base64 decode. 13 years ago
Martin Storsjö 23e57d167a Add a tool that uses avio to read and write, doing a plain copy of data 13 years ago
Michael Niedermayer 2d9e2c6464 opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]" 13 years ago
Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 13 years ago
Stefano Sabatini 23934e5f41 ffprobe: increase precision for the shown float values 13 years ago
Stefano Sabatini 4601ad769d ffprobe: fix value_string() prefix printing for values with negative logarithm 13 years ago
Stefano Sabatini eef4b70450 ffprobe: reindent after previous commit 13 years ago
Stefano Sabatini 58b10b4c7e ffprobe: factorize common code in value_string() 13 years ago
Stefano Sabatini 72092188ef ffmpeg: remove unused and commented variable OutputStream.sync_ipts 13 years ago
Janne Grunau 59297ad63d lavf: force single-threaded decoding in avformat_find_stream_info 13 years ago
Dustin Brody b89f8774f2 avidec: migrate last of lavf from FF_ER_* to AV_EF_* 13 years ago