source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @0184bbe   13 years diego avprobe, cmdutils: K&R formatting cosmetics
(edit) @b481bbc3   13 years diego tests: K&R formatting cosmetics for test programs
(edit) @aa2e4bb0   13 years anton lavf: free packets for muxers implementing interleave_packet(). Fixes …
(edit) @f97cb45   13 years anton lavf: fix and extend av_interleaved_write_frame() doxy. Specify that …
(edit) @d7420e0a   13 years alex.converse mov: Remove dead stores for spherical coordinates for channel position.
(edit) @ac84f2ed   13 years diego error_resilience: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @4259d1eb   13 years michaelni fix rtp 916 issue, patch 2 Reviewed-by: Luca Abeni …
(edit) @b29ec002   13 years michaelni fix rtp 916 issue Reviewed-by: Luca Abeni <lucabe72@email.it> …
(edit) @e49780f   13 years michaelni lavc: call ff_init_buffer_info() from default reget buffer. This is …
(edit) @2fb65d3e   13 years michaelni lavc: when w/h changes in reget buffer, print the values. …
(edit) @bbf0023b   13 years anton RELEASE_NOTES: mention hiding private symbols in shared builds.
(edit) @26f71ef4   13 years anton RELEASE_NOTES: mention some notable API changes in 0.8
(edit) @e191f1f4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: tta: …
(edit) @140a9afc   13 years stefasab ffprobe: add more safe casts in value_string() Second attempt at …
(edit) @2c8d37c2   13 years stefasab ffprobe: use safer type for index variable in value_string() There is …
(edit) @54661219   13 years stefasab ffprobe: fix printing of unit values which cannot be contained in an …
(edit) @6c06868e   13 years stefasab doc/ffmpeg.texi: specify symbolic names for the vsync parameter
(edit) @d393f41a   13 years Reimar.Doeffinger Fix memleak after switch to encode_audio2 API. Obviously the packet …
(edit) @178f8ea7   13 years Reimar.Doeffinger Use ff_packet_free_side_data instead of duplicating it. …
(edit) @1de5154d   13 years michaelni mxfdec: Consider OPAtom files that don't have exactly one EC to be …
(edit) @aff9cb83   13 years michaelni lavc: remove unused headers Signed-off-by: Michael Niedermayer …
(edit) @71a2c9b2   13 years Reimar.Doeffinger ffmpeg: check tcgetattr result. This fixes parallel FATE (make fate …
(edit) @3b55429d   13 years Reimar.Doeffinger Add and use av_fast_padded_malloc. The same as av_fast_malloc but …
(edit) @a1296223   13 years michaelni lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame This combination …
(edit) @af5004b5   13 years michaelni lavc: use av_freep() for freeing extended_data This is safer …
(edit) @01ed1c39   13 years justin.ruggles tta: cast output data pointer to the correct type fixes "warning: …
Note: See TracRevisionLog for help on using the revision log.