source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9c909e8e   13 years michaelni build: Describe --nm and -ld options consistently Signed-off-by: …
(edit) @199d4478   13 years michaelni pthread: Change a signal to a broadcast as multiple threads have been …
(edit) @2bb7396b   13 years michaelni base64: 10l endian fix. Signed-off-by: Michael Niedermayer …
(edit) @c6baa40   13 years michaelni avfilter: add some asserts() to check refcounts. Signed-off-by: …
(edit) @72b33ea   13 years michaelni build: Support selecting yasm-compatible assembler Makes it …
(edit) @23440531   13 years michaelni sws: Fix unscaled >8bit planar chroma handling. Fixes Ticket840 …
(edit) @378b7be   13 years michaelni mpeg12: fixed parsing in some mpeg2 streams Signed-off-by: Michael …
(edit) @e9a6152e   13 years michaelni lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8 …
(edit) @b4ec645f   13 years Reimar.Doeffinger Extract some duplicated code. Signed-off-by: Reimar Döffinger …
(edit) @b64b1608   13 years Reimar.Doeffinger Remove pointless and distracting () Signed-off-by: Reimar Döffinger …
(edit) @57608d9   13 years Reimar.Doeffinger Simplify: just add header_size directly. Signed-off-by: Reimar …
(edit) @b09c93d7   13 years Reimar.Doeffinger Move some duplicated code, simplify. Signed-off-by: Reimar Döffinger …
(edit) @0a403588   13 years Reimar.Doeffinger Make variable that always has the same value const. Signed-off-by: …
(edit) @daa47fd   13 years Reimar.Doeffinger Optimized base64 decode by writing 3 bytes at once. About 25% faster. …
(edit) @420719e1   13 years Reimar.Doeffinger Cosmetics: add do {} while 0 to macro. Signed-off-by: Reimar …
(edit) @0421b6dc   13 years michaelni sws: In case of an invalid scaler algorithm, show the invalid value. …
(edit) @4f11bed7   13 years michaelni avidec: fix "avidec.c:362: warning: st may be used uninitialized in …
(edit) @9e34adf   13 years michaelni RC: Fix initial buffer occupancy. Fixes Ticket880 Regression since …
(edit) @887cd59   13 years michaelni mpegpsmux: Fix integer overflow with huge VBV sizes. Signed-off-by: …
(edit) @018a6645   13 years michaelni aacenc: Fix bug in writing libavcodec_ident. the written length was …
(edit) @f746f379   13 years Carl Eugen Hoyos Support decoding gray8a tiff images.
(edit) @e8df1827   13 years michaelni img2: add j2c file extension Some applications use the j2c extension …
(edit) @39bf7ff   13 years michaelni pixdesc: cosmetics Signed-off-by: Jean First <jeanfirst@gmail.com> …
(edit) @d1c48025   13 years michaelni pngdec: Do not use SIMD paeth prediction for bpp=2 Fixes decoding of …
(edit) @fd8a8373   13 years michaelni pngdec: Fix masks for interlaced decoding Signed-off-by: Michael …
(edit) @602e97df   13 years michaelni pngdec: Add some FF_DEBUG based av_logs. Signed-off-by: Michael …
(edit) @657878f7   13 years michaelni sws: fix copy case detection with gray8a. Fixes gray_alpha.png …
(edit) @2478612   13 years michaelni lavc: Mark the err_detect constants as audio+video as they also apply …
(edit) @44d4fe9d   13 years michaelni error_detection: put the old error detection constants back. The old …
(edit) @c5c7e0eb   13 years michaelni git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch …
(edit) @b5a69e79   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
(edit) @ad7beb2c   13 years martin rtpdec: Use our own SSRC in the SDES field when sending RRs The …
(edit) @4b63cc18   13 years siretart Finalize changelog for 0.8 Release
(edit) @9e53f62b   13 years Carl Eugen Hoyos Support decoding Avid DS Uncompressed (SUDS). Fixes ticket #934
(edit) @def19c90   13 years Reimar.Doeffinger Unroll base64 decode loop. Around 50% faster. decode: 374139 -> …
(edit) @fd1a1f14   13 years siretart Prepare for 0.8 Release
(edit) @523f676b   13 years Reimar.Doeffinger Use a full table for base64 decode. Also encodes error or end marker …
(edit) @d41c824b   13 years Reimar.Doeffinger Fix valgrind FATE for out-of-tree builds. Signed-off-by: Reimar …
(edit) @a9117c75   13 years stefasab lavfi: fix mp and mandelbrot descriptions to make them complete …
(edit) @2473a45   13 years janne-libav threads: change the default for threads back to 1 Using threaded …
(edit) @afb8b207   13 years janne-libav threads: update slice_count and slice_offset from user context They …
(edit) @8650d5f   13 years Reimar.Doeffinger base64: more thorough decode tests. Signed-off-by: Reimar Döffinger …
(edit) @77b90f0c   13 years Reimar.Doeffinger Add a --valgrind configure option. If specified runs "make fate" …
(edit) @7ba34575   13 years martin aviocat: Remove useless includes Also include stdlib.h explicitly - …
(edit) @7512bb74   13 years anton doc/APIChanges: fill in missing dates and hashes
(edit) @97e3f94b   13 years anton Revert "avserver: fix build after the next bump." This temporarily …
(edit) @d2a0041c   13 years anton mpegaudiodec: switch error detection check to AV_EF_BUFFER …
(edit) @5124423e   13 years anton lavf: rename fer option and document resulting (f_)err_detect options …
(edit) @f8894921   13 years anton lavc: rename err_filter option to err_detect and document it …
(edit) @9b6aafba   13 years anton mpegvideo: fix invalid memory access for small video dimensions When …
(edit) @99a42f3f   13 years michaelni ac3dec: Move center&surround mix level tables to parser. That way all …
(edit) @9ec39937   13 years michaelni deshake: variable used uninitialized Sometimes the scan finds nothing …
(edit) @bdd739e9   13 years michaelni base64: Only run benchmark when "-t" is specified. As the test is run …
(edit) @57822f06   13 years michaelni base64: fix little typo Signed-off-by: Michael Niedermayer …
(edit) @8f0768cc   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add a …
(edit) @01084336   13 years michaelni base64: add a benchmark for a pure syntax check. Signed-off-by: …
(edit) @ea4da948   13 years michaelni base64: simplify end handling in av_base64_encode() Signed-off-by: …
(edit) @112bca91   13 years michaelni base64: optimize av_base64_encode() This makes the code 2-3 times as …
(edit) @a41687c2   13 years michaelni base64: add benchmark Signed-off-by: Michael Niedermayer …
(edit) @5d95112d   13 years martin movenc: Reorder entries in the MOVIentry struct, for tigheter packing …
(edit) @1f712e6a   13 years martin rtsp: Remove extern declarations for variables that don't exist …
(edit) @6a73f3bb   13 years martin aviocat: Flush the output before closing Without this, the end of the …
(edit) @d60d718c   13 years Reimar.Doeffinger Slightly optimize base64 encode. Move handling of last byte outside …
(edit) @6af4c981   13 years Reimar.Doeffinger Optimize output buffer size check in base64 decode. Signed-off-by: …
(edit) @686ba5f4   13 years Reimar.Doeffinger Minor optimization of base64 decode. Signed-off-by: Reimar Döffinger …
(edit) @23e57d16   13 years martin Add a tool that uses avio to read and write, doing a plain copy of …
(edit) @2d9e2c64   13 years michaelni opt: Fix "libavutil/opt.c:811:20: warning: initialization discards …
(edit) @c3d5e290   13 years mans ARM: fix build with FFT enabled and MDCT disabled Signed-off-by: …
(edit) @23934e5f   13 years stefasab ffprobe: increase precision for the shown float values
(edit) @4601ad76   13 years stefasab ffprobe: fix value_string() prefix printing for values with negative …
(edit) @eef4b704   13 years stefasab ffprobe: reindent after previous commit
(edit) @58b10b4c   13 years stefasab ffprobe: factorize common code in value_string()
(edit) @72092188   13 years stefasab ffmpeg: remove unused and commented variable OutputStream.sync_ipts
(edit) @59297ad6   13 years janne-libav lavf: force single-threaded decoding in avformat_find_stream_info The …
(edit) @b89f8774   13 years anton avidec: migrate last of lavf from FF_ER_* to AV_EF_* Signed-off-by: …
(edit) @8e1340ab   13 years anton avserver: fix build after the next bump.
(edit) @48706f41   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpeg12: …
(edit) @9d35fa43   13 years Clément Bœsch lavfi: add missing periods in descriptions.
(edit) @dcea7ca7   13 years nicolas.george cmdutils: include type in filter list.
(edit) @a9575ffc   13 years nicolas.george cmdutils: media type to letter conversion in a separate function.
(edit) @de073550   13 years Carl Eugen Hoyos Changed indexing in libopenjpeg to shorten lines
(edit) @df42dd73   13 years Carl Eugen Hoyos Support gray8a encoding with libopenjpeg. Reviewed-by: Michael …
(edit) @e209a377   13 years Carl Eugen Hoyos Simplify 32bit png decoding.
(edit) @21a10061   13 years Carl Eugen Hoyos Support encoding 16bit pixel formats to sgi.
(edit) @b614c147   13 years Carl Eugen Hoyos Simplify 32bit pam decoding. Reviewed-by: Paul B Mahol
(edit) @34aadeaa   13 years Carl Eugen Hoyos Simplify PIX_FMT_RGB555LE selection in targa decoder. Suggested by …
(edit) @b4634a00   13 years Carl Eugen Hoyos Simplify targa decoding on big endian.
(edit) @4cf81d9f   13 years nicolas.george libcelt: configure: check for recent version.
(edit) @ef9623f6   13 years michaelni Add "S263" FourCC fixes ticket #923 Signed-off-by: Michael …
(edit) @1406d9dd   13 years michaelni DNxHD: frame multithreading Signed-off-by: Javier Cabezas …
(edit) @a85ce653   13 years diego mpeg12: check for available bits to avoid an infinite loop …
(edit) @1ce8377c   13 years michaelni wmalossless: Fix incompatoble pointer type warnings Signed-off-by: …
(edit) @c130428a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @e5903e29   13 years diego fate: add some shorthands to run groups of tests
(edit) @395e6402   13 years diego fate: Give some tests more sensible names.
(edit) @45f2908   13 years diego cosmetics: Rename ffsink to avsink.
(edit) @6fd4b8a6   13 years Reimar.Doeffinger Replace a av_fast_malloc with av_fast_padded_malloc. This one was …
(edit) @e8b060f7   13 years Reimar.Doeffinger Use av_fast_padded_malloc in mimic and truemotion2 decoders. Fixes …
(edit) @126b0419   13 years michaelni pp: bump major in git master to match what debian contains. The ABI …
(edit) @f9ced975   13 years Reimar.Doeffinger Use av_fast_padded_malloc in fraps and mpc decoders. Fixes FATE …
Note: See TracRevisionLog for help on using the revision log.