source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @10fef6b   13 years justin.ruggles aud: simplify header parsing also allows for removing some unused …
(edit) @0e6a8b5c   13 years justin.ruggles aud: set pts_wrap_bits to 64. Time stamps are not read from the …
(edit) @98c290cc   13 years justin.ruggles cosmetics: indentation
(edit) @d481227c   13 years justin.ruggles aud: support Westwood SND1 audio in AUD files. Fixes decoding of the …
(edit) @02e7dbf5   13 years justin.ruggles adpcm_ima_ws: fix stereo decoding Stereo ADPCM IMA WS is planar for …
(edit) @220506d2   13 years justin.ruggles avcodec: add a new codec_id for CRYO APC IMA ADPCM. The stereo layout …
(edit) @4340a636   13 years justin.ruggles vqa: remove unused context fields, audio_samplerate and audio_bits
(edit) @7e813d59   13 years justin.ruggles vqa: clean up audio header parsing Fix setting of bit_rate and …
(edit) @5b4c5628   13 years justin.ruggles vqa: set time base to frame rate as coded in the header. According to …
(edit) @9ae84697   13 years justin.ruggles vqa: set packet duration. Also remove unused context field, …
(edit) @53ed79a2   13 years justin.ruggles vqa: use 1/sample_rate as the audio stream time base
(edit) @e1ac69fa   13 years justin.ruggles vqa: set stream start_time to 0. The format has no coded timestamps …
(edit) @1381e9bc   13 years anton lavc: postpone the removal of AVCodecContext.request_channels. …
(edit) @dc7ad30f   13 years anton lavf: postpone removing av_close_input_file(). It has been deprecated …
(edit) @af0292f3   13 years anton lavc: postpone removing old audio encoding and decoding API It has …
(edit) @75e2025f   13 years anton avplay: remove the -er option. Error recognition flags can and should …
(edit) @941e9f22   13 years anton lavd: remove deprecated v4l grab device.
(edit) @d1ad6bdb   13 years rsbultje Changelog: restore version <next> header Signed-off-by: Ronald S. …
(edit) @1d3a9e63   13 years janne-libav rv10: verify slice offsets against buffer size Found by John Villamil …
(edit) @0fec2cb1   13 years anton Remove ffmpeg.
(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) @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) @e924a4ba   13 years justin.ruggles westwood: split the AUD and VQA demuxers into separate files. They …
(edit) @15cea369   13 years janne-libav riff: fix invalid av_freep() calls on EOF in ff_read_riff_info
(edit) @66b9d706   13 years janne-libav pam: Fix a typo that broke writing and reading PAM files. Reported …
(edit) @20ea14d0   13 years janne-libav mxfdec: fix memleak on av_realloc failures
(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) @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 …
(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) @fd1a1f14   13 years siretart Prepare for 0.8 Release
(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) @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) @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) @23e57d16   13 years martin Add a tool that uses avio to read and write, doing a plain copy of …
(edit) @c3d5e290   13 years mans ARM: fix build with FFT enabled and MDCT disabled Signed-off-by: …
(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) @a85ce653   13 years diego mpeg12: check for available bits to avoid an infinite loop …
(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) @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) @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) @01ed1c39   13 years justin.ruggles tta: cast output data pointer to the correct type fixes "warning: …
(edit) @99932847   13 years anton avconv: fix -frames for video encoders with delay. Frames must be …
(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) @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) @d8591913   13 years justin.ruggles pictordec: Use bytestream2 functions Signed-off-by: Justin Ruggles …
(edit) @ee458cb   13 years justin.ruggles avconv: use avcodec_encode_audio2()
Note: See TracRevisionLog for help on using the revision log.