source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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: …
(edit) @24860a9   13 years stefasab tools: add ffeval tool The tool is useful for testing the internal …
(edit) @e4e29106   13 years stefasab doc/eval.texi: add precisation about the assumption for "trueness" in …
(edit) @99949573   13 years stefasab lavu/eval: add if() and ifnot() eval functions They allow to …
(edit) @a798c20a   13 years stefasab lavfi/testsrc: add "decimals" option to the testsrc filter
(edit) @9f7144b4   13 years stefasab lavc/mpegvideo_enc: improve log message in case of too large GOP …
(edit) @56af084c   13 years Carl Eugen Hoyos libopenjpegenc: Remove two redundant function parameters.
(edit) @a02694c9   13 years Carl Eugen Hoyos libopenjpegenc: Simplify gray encoding.
(edit) @0abe25aa   13 years Carl Eugen Hoyos libopenjpegenc: Add error messages.
(edit) @ee33eb40   13 years Carl Eugen Hoyos libopenjpegenc: Rename four conversion functions.
(edit) @99932847   13 years anton avconv: fix -frames for video encoders with delay. Frames must be …
(edit) @7e62315c   13 years Reimar.Doeffinger Use correct register size. Fixes compilation with NASM. …
(edit) @67f5650a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @905c4dc2   13 years michaelni dpxenc: Dont store lavc indent when bitexact is set. This avoids fate …
(edit) @00430075   13 years Carl Eugen Hoyos Support 64bit pam decoding.
(edit) @328e7932   13 years Carl Eugen Hoyos Support gray8a pam decoding.
(edit) @dc2f652a   13 years Carl Eugen Hoyos Fix pix_fmt_info for yuva420. This allows correct output pix_fmt …
(edit) @72ad228a   13 years Clément Bœsch fate: add GEN tag for mapchan sw tests.
(edit) @94bf9ac4   13 years michaelni fix av_dlog call with non-AVClass struct Signed-off-by: Michael …
(edit) @c203044   13 years Reimar.Doeffinger Remove extraneous newline from dpx reference which breaks FATE. …
(edit) @9e12002f   13 years janne-libav rv34: add NEON rv34_idct_add Overall almost 4% faster, idct_add down …
(edit) @9ba9c340   13 years janne-libav rv34: 1-pass inter MB reconstruction Implement 1-pass inverse …
(edit) @75947915   13 years Reimar.Doeffinger Rework VP8 decoder frame skipping code. This reworks the frame …
(edit) @203f94fd   13 years Reimar.Doeffinger mxfdec: Add missing free. Should fix valgrind FATE. Signed-off-by: …
(edit) @6003ec88   13 years Reimar.Doeffinger asfdec: Move variable declarations into the blocks they are used in. …
(edit) @5fc51c31   13 years Clément Bœsch lavu: add 2.1 channel layout.
(edit) @d93b6340   13 years Carl Eugen Hoyos Add dpx encoding regression test.
(edit) @ffa0923e   13 years kostya.shishkov add SMJPEG muxer Signed-off-by: Kostya Shishkov …
(edit) @68b94f8b   13 years kostya.shishkov avformat: split out common SMJPEG code This is a preparation for …
(edit) @203ea375   13 years Carl Eugen Hoyos Support rgb64 dpx encoding.
(edit) @a8b117f8   13 years Carl Eugen Hoyos Add gray16 and rgb48 png encoding regression tests.
(edit) @d8591913   13 years justin.ruggles pictordec: Use bytestream2 functions Signed-off-by: Justin Ruggles …
(edit) @811de351   13 years michaelni Enhance HLS seeking. Enhances seeking by demuxing until the requested …
(edit) @ebc9ff8   13 years michaelni vorbisdec: Check that the x values of floor1 are unique. This is …
(edit) @fa169d56   13 years michaelni mov: cosmetics - move a line to a better position and add a comment …
(edit) @60168f93   13 years michaelni movenc: add FIXME to add alis and rsrc atoms Signed-off-by: Jean …
(edit) @ee458cb   13 years justin.ruggles avconv: use avcodec_encode_audio2()
(edit) @05f95443   13 years justin.ruggles pcmenc: use AVCodec.encode2()
(edit) @a6ccae3   13 years justin.ruggles avcodec: bump minor version and add APIChanges for the new audio …
(edit) @b2c75b6   13 years justin.ruggles avcodec: Add avcodec_encode_audio2() as replacement for …
(edit) @5ee5fa02   13 years justin.ruggles avcodec: add a public function, avcodec_fill_audio_frame(). This is a …
(edit) @0c10885c   13 years michaelni movenc: indent cosemtics Signed-off-by: Jean First …
(edit) @4a4c4278   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @d7806238   13 years janne-libav rv34: Intra 16x16 handling Extract processing of intra 16x16 blocks …
(edit) @3eeb7557   13 years janne-libav rv34: Inter/intra MB code split Split inter/intra macroblock handling …
(edit) @f94ce3bc   13 years Carl Eugen Hoyos Support rgb48 and rgba64 png encoding.
(edit) @2df5f59a   13 years diego fate: split ADPCM and DPCM test references into separate files.
(edit) @107f55cb   13 years Carl Eugen Hoyos Simplify RGB32 png encoding.
(edit) @bcd5d979   13 years diego mov, mxfdec: Employ more meaningful return values. Signed-off-by: …
(edit) @fdc013da   13 years Carl Eugen Hoyos Support gray16 png encoding.
(edit) @ed10ca4   13 years Carl Eugen Hoyos Support gray8a png encoding.
Note: See TracRevisionLog for help on using the revision log.