source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cfa2963   13 years nicolas.george maintainers: add myself for recent works.
(edit) @0c9ddc0f   13 years nicolas.george faq: fix typo. Reported-By: Clément Bœsch
(edit) @9aaa70a8   13 years nicolas.george faq: document af_aconvert quirks using lavfi.
(edit) @ece329d6   13 years michaelni Add myself as mxfdec maintainer Signed-off-by: Michael Niedermayer …
(edit) @beb19a0   13 years michaelni h264: Disallow w/h/pixfmt changes for frame threads. Previously this …
(edit) @b2be1dab   13 years michaelni mpegvideo: Draw edges based on the pictures linesize instead of the …
(edit) @20aed9ed   13 years michaelni ffmpeg: Allocate buffers of the size needed by the decoder. Fixes …
(edit) @969ba65   13 years nicolas.george libcelt: configure: distinguish not found and too old. Fixes ticket #940.
(edit) @af21823a   13 years nicolas.george lavfi: require libswr for af_pan.
(edit) @1fa88f34   13 years nicolas.george lavd/lavfi: add dumpgraph option.
(edit) @0c3577bf   13 years nicolas.george lavfi: add avfilter_graph_dump.
(edit) @9bd44b42   13 years Clément Bœsch pan: drop unecessary includes.
(edit) @66b1b7e5   13 years Clément Bœsch pan: move query_formats() to avoid forward declarations.
(edit) @94dc4a50   13 years Clément Bœsch pan: reindent after remap commit.
(edit) @6728dd37   13 years Clément Bœsch pan: add channel mapping capability.
(edit) @66fdbcbb   13 years Clément Bœsch pan: raise correct error when there is no param specified.
(edit) @0bb57f8b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …
(edit) @b955d407   13 years michaelni Revert "Fix multi-channel AAC encoding." This reverts commit …
(edit) @f58d6700   13 years michaelni movenc: Decrease default chunk merge limit to 1mb. This reduces the …
(edit) @0fec2cb1   13 years anton Remove ffmpeg.
(edit) @2aadff2e   13 years michaelni limit chunk size to 1GB Signed-off-by: Michael Niedermayer …
(edit) @9292fe4a   13 years alex.converse aacenc: Simplify windowing Signed-off-by: Alex Converse …
(edit) @7946a5ac   13 years alex.converse aacenc: Move saved overlap samples to the beginning of the same buffer …
(edit) @9b8e2a87   13 years alex.converse aacenc: Deinterleave input samples before processing. Signed-off-by: …
(edit) @04af2efa   13 years alex.converse aacenc: Store channel count in AACEncContext. Signed-off-by: Alex …
(edit) @80d44277   13 years alex.converse aacenc: Move Q3/4 calculation to it's own table This should be moved …
(edit) @025ccf1   13 years alex.converse aacenc: Request normalized float samples instead of converting s16 …
(edit) @6381f913   13 years alex.converse aacpsy: Replace an if with FFMAX in LAME windowing. Signed-off-by: …
(edit) @207bf44   13 years alex.converse aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate …
(edit) @843cd4a3   13 years alex.converse aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons …
(edit) @53107041   13 years alex.converse aacenc: cosmetics: move init() and end() to the bottom of the file. …
(edit) @17ae6081   13 years alex.converse aacenc: aac_encode_init() cleanup Macroify sanity checks and check …
(edit) @f7a9b1de   13 years michaelni cafdec: fix regression introduced in c7579ad8e84c5 Signed-off-by: …
(edit) @14d94a1   13 years michaelni avidec: Fix use of stream_index before validation of its range. …
(edit) @d150a147   13 years michaelni Improve support for PGS subtitles. The previous implementation …
(edit) @cf7c7f13   13 years michaelni pthreads: Generic progress lubrication support. Fixes bug118, bug120 …
(edit) @575d494d   13 years michaelni pthreads: reset got_frames on flush. This fixes memory corruption …
(edit) @27ed027b   13 years kostya.shishkov XWD encoder and decoder Signed-off-by: Kostya Shishkov …
(edit) @7662a53   13 years kostya.shishkov vc1: don't read the interpfrm and bfraction elements for interlaced …
(edit) @50a3f9a4   13 years janne-libav mxfdec: fix memleak on mxf_read_close()
(edit) @c7579ad8   13 years Carl Eugen Hoyos cafdec: replace deprecated get_strz()
(edit) @a6ef7b3a   13 years Carl Eugen Hoyos cafenc: replace deprecated av_dbl2int()
(edit) @e924a4ba   13 years justin.ruggles westwood: split the AUD and VQA demuxers into separate files. They …
(edit) @b9db728a   13 years michaelni libavformat/libavformat.v: fix application name in comment …
(edit) @feb99757   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
(edit) @9bf9c314   13 years michaelni CrystalHD: Back up extradata to allow decoder reinit to work. This …
(edit) @eaf4bf6d   13 years michaelni CrystalHD: Initialise variables to silence valgrind. Signed-off-by: …
(edit) @89ddff92   13 years michaelni Revert "movenc: simplify handling of pcm vs. adpcm vs. other …
(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) @15cea369   13 years janne-libav riff: fix invalid av_freep() calls on EOF in ff_read_riff_info
(edit) @c6baa40   13 years michaelni avfilter: add some asserts() to check refcounts. Signed-off-by: …
(edit) @66b9d706   13 years janne-libav pam: Fix a typo that broke writing and reading PAM files. Reported …
(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) @20ea14d0   13 years janne-libav mxfdec: fix memleak on av_realloc failures
(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) @fc857294   13 years janne-libav mxfdec: Do not parse slices or DeltaEntryArrays. The most recent …
(edit) @f028d4d1   13 years janne-libav mxfdec: hybrid demuxing/seeking solution This uses the old demuxing …
(edit) @1f5f8b2   13 years janne-libav mxfdec: Add Avid's essence element key. Signed-off-by: Janne Grunau …
(edit) @44deb9f6   13 years janne-libav mfxdec: Separate mxf_essence_container_uls for audio and video. It is …
(edit) @3cb33fbe   13 years janne-libav mxfdec: Compute packet offsets properly. This replaces the old …
(edit) @f4187945   13 years janne-libav mxfdec: Use MaterialPackage - Track - TrackID instead of the …
(edit) @21cc4b33   13 years janne-libav mxfdec: use av_dlog() for 'no corresponding source package found' …
(edit) @c77a5460   13 years janne-libav mxfdec: Make mxf->partitions sorted by offset. This also zeroes new …
(edit) @be78e3f6   13 years janne-libav mxfdec: parse ThisPartition Signed-off-by: Janne Grunau …
(edit) @775d3b4a   13 years janne-libav mxfdec: Speed up metadata and index parsing. Specifically, this means …
(edit) @09991519   13 years janne-libav mxfdec: Make sure DataDefinition is consistent between material track …
(edit) @0ac5e6a   13 years janne-libav mxfdec: add EssenceContainer UL found in …
(edit) @edb50856   13 years janne-libav mxfdec: Add hack that adjusts the n_delta calculation when system …
(edit) @682b6db7   13 years janne-libav mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry …
(edit) @83ab10f6   13 years janne-libav mxfdec: Move FooterPartition to MXFContext and make sure it is never …
(edit) @3359246d   13 years janne-libav mxfdec: check return value of avio_seek Avoid modifying state if …
(edit) @0662eea6   13 years janne-libav mxfdec: skip to end of structural sets This fixes reading of …
(edit) @d32b3f40   13 years janne-libav mxfdec: parse MXF partitions
(edit) @b263bf66   13 years anton avserver: fix build after the next bump. Now that 0.8 is out we can …
(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) @58f09785   13 years martin rtsp: Use a random offset for trying to open UDP ports for RTP This …
(edit) @dbb06b8c   13 years martin rtsp: Allow specifying the UDP port range via AVOptions …
(edit) @bc495ba   13 years martin rtsp: Remove a leftover, currently pointless check This check isn't …
Note: See TracRevisionLog for help on using the revision log.