source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5d1007f7   12 years justin.ruggles atrac3: initialize static tables in AVCodec.init_static_data()
(edit) @78edce3f   12 years justin.ruggles atrac3: separate window initialization from IMDCT initialization
(edit) @c51311b9   12 years justin.ruggles atrac3: move the 'frame_factor' field from ATRAC3Context to where it …
(edit) @7e76f270   12 years justin.ruggles atrac3: remove unused ATRAC3Context field, bit_rate
(edit) @a2664c91   12 years justin.ruggles atrac3: move the 'samples_per_frame' field from ATRAC3Context to where …
(edit) @7c1f93af   12 years justin.ruggles atrac3: remove unused ATRAC3Context field, samples_per_channel
(edit) @cdd0e0de   12 years justin.ruggles atrac3: use AVCodecContext.block_align instead of keeping a private copy
(edit) @64ebbb8f   12 years justin.ruggles atrac3: move the 'delay' field from ATRAC3Context to where it is used
(edit) @56a9d2b   12 years justin.ruggles atrac3: move the 'version' field from ATRAC3Context to where it is used
(edit) @5ac673b5   12 years justin.ruggles atrac3: use AVCodecContext.channels instead of keeping a private copy
(edit) @aefdb735   12 years justin.ruggles atrac3: simplify some loop indexing
(edit) @e55d5390   12 years justin.ruggles atrac3: cosmetics: pretty-printing and renaming also does some minor …
(edit) @abdee95   12 years mans pcm: define AVCodec instances only for enabled codecs This defines an …
(edit) @5957aef   12 years anton libxvid: remove useless doxy comments.
(edit) @b691135d   12 years anton lavc: remove stats_out from the options table. Since it is declared …
(edit) @6173a8fe   12 years anton riff: remove a write-only variable
(edit) @d6f4fe68   12 years anton lavc: extend frame_size doxy.
(edit) @46a86c61   12 years justin.ruggles alacdec: set bits_per_raw_sample
(edit) @c3e15f7b   12 years martin rtpdec: Don't pass a non-AVClass pointer as log context The log …
(edit) @e0d5ac6a   12 years martin rtsp: Update a comment to the current filename scheme Signed-off-by: …
(edit) @c854102d   12 years lu_zero avcodec: handle AVERROR_EXPERIMENTAL Error out on init if a codec …
(edit) @a893655   12 years lu_zero avutil: Add AVERROR_EXPERIMENTAL Signed-off-by: Luca Barbato …
(edit) @a4aa20f   12 years lu_zero avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL …
(edit) @620345f9   12 years diego fate: adpcm: cosmetics: Sort test entries This also places tests of …
(edit) @2e0c4104   12 years diego fate: adpcm: Add dependencies
(edit) @af1ede06   12 years diego svq3: cosmetics: Drop useless parentheses
(edit) @a7d2861   12 years diego svq3: K&R formatting cosmetics
(edit) @88608782   12 years diego fate: Introduce ENCMUX macro for tests that require encoders and a muxer
(edit) @6cfca5b   12 years diego ffv1: Add missing #includes to header file
(edit) @2d09b36c   12 years derek.buitenhuis doc/platform: Add info on shared builds with MSVC Signed-off-by: …
(edit) @f2a7236d   12 years derek.buitenhuis doc/platform: Move a caveat down to the notes section Signed-off-by: …
(edit) @ebe46b80   12 years mans ARM: reinstate optimised intmath.h Use of the ARM optimised intmath.h …
(edit) @0f13cd31   12 years lu_zero ffv1: update to ffv1 version 3 Based on code from Carl Eugen Hoyos, …
(edit) @4a2a452   12 years lu_zero ffv1: propagate errors
(edit) @71f7b22d   12 years lu_zero ffv1: split decoder and encoder
(edit) @d15c21e5   12 years martin avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI …
(edit) @def8c946   12 years martin avutil: make some tables visible again These tables are used for …
(edit) @8c0a3d5f   12 years mans avutil: remove inline av_log2 from public API This removes inline …
(edit) @f0c07be6   12 years mans celp_math: rename ff_log2 to ff_log2_q15 This name is more …
(edit) @79042ab3   12 years diego configure: Group math functions into a separate variable This avoids …
(edit) @5532cf31   12 years diego avutil/mem: K&R formatting cosmetics
(edit) @c0853697   12 years diego avutil/lzo: K&R formatting cosmetics
(edit) @c9ef4321   12 years mans fate-vc1: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @1846ddf0   12 years mans ARM: fix overreads in neon h264 chroma mc The loops were reading …
(edit) @2f41eaa9   12 years martin rtsp: Make sure the ret variable is initialized in …
(edit) @d2d08d70   12 years lu_zero gitignore: ignore files created by msvc exp files are created in …
(edit) @12549db6   12 years martin fate: Add proper dependencies for the tests in video.mak …
(edit) @4b587848   12 years diego configure: Disable Snow decoder and encoder by default Snow has …
(edit) @8fb1e264   12 years diego lzo: Drop obsolete fast_memcpy reference
(edit) @c896aa98   12 years diego build: Drop OBJS declaration for non-existing PCM_DVD encoder
(edit) @6bcdfe48   12 years martin mpeg4videodec: Disable frame multithreading for GMC, its not …
(edit) @61cc9974   12 years martin fate: Add proper dependencies in qt.mak The output of make fate-list …
(edit) @91485e74   12 years martin fate: Add proper dependencies in lossless-video.mak The output of …
(edit) @169514c   12 years kostya.shishkov indeo3: do not try to output more lines than we can fit Internally …
(edit) @8774d58   12 years kostya.shishkov bmv: get a new frame on every decode_frame(), so we can use direct …
(edit) @1cd432e1   12 years mans configure: fix libcdio check The compiler/linker flags passed to …
(edit) @3f055f8f   12 years martin rtsp: Allow setting the reordering buffer size via an AVOption …
(edit) @1c377449   12 years martin rtsp: Vertically align a constant definition Signed-off-by: Martin …
(edit) @0de9380b   12 years martin rtp: Update the check for distinguishing between RTP and RTCP Also …
(edit) @7a12d97e   12 years mans aac: fix build with hardcoded tables aac_tablegen.h includes aac.h …
(edit) @e8fe208b   12 years diego fate: dependencies for screen codec tests
(edit) @7b2121e7   12 years diego riff: Move functions around to be covered by appropriate #ifdefs This …
(edit) @0af1fe84   12 years martin avformat: Fix references to the removed function av_write_header in …
(edit) @22310eef   12 years martin changelog: Mention the MSVC DLL support Also retroactively add a …
(edit) @55351de9   12 years mans fate: add dependencies for misc microsoft codecs Signed-off-by: Mans …
(edit) @22f5149e   12 years mans fate-twinvq: add dependencies Signed-off-by: Mans Rullgard …
(edit) @08c6a12a   12 years mans fate-mpc: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @2e05143a   12 years mans fate-indeo: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @b55dda4a   12 years mans fate-als: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @eccd067   12 years mans fate: dependencies for demux tests Signed-off-by: Mans Rullgard …
(edit) @c0329748   12 years mans fate: add a dependency helper macro Signed-off-by: Mans Rullgard …
(edit) @d66c52c2   12 years martin Add support for building shared libraries with MSVC This requires the …
(edit) @eaa9b2e6   12 years martin avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab …
(edit) @fc085c5   12 years martin gxf: Add a local copy of the relevant parts of the frame rate table …
(edit) @53e8cd68   12 years martin configure: Split out msvc as a separate target OS The name mingw32 as …
(edit) @b760ffdd   12 years martin aviobuf: Remove a senseless ifdef in avio_seek This seemed to assume …
(edit) @b93e934a   12 years mans mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros …
(edit) @206a070d   12 years mans fate: list lavfi tests in a makefile Signed-off-by: Mans Rullgard …
(edit) @36ac9a16   12 years mans fate: dependencies for seek tests Signed-off-by: Mans Rullgard …
(edit) @fa263350   12 years mans fate: handle lavf test dependencies entirely in make This makes the …
(edit) @292d1e78   12 years mans fate: dependencies for acodec tests Signed-off-by: Mans Rullgard …
(edit) @b262e455   12 years mans fate: dependencies for vsynth tests This makes the vsynth tests run …
(edit) @21fed588   12 years mans fate: add macros useful for conditionally enabling things …
(edit) @abd8b9e7   12 years justin.ruggles libmp3lame: resize the output buffer if needed The LAME API …
(edit) @c75848c   12 years derek.buitenhuis configure: Add support for Tilera processors Signed-off-by: Derek …
(edit) @a43283b   12 years anton wavdec: check size before reading the data, not after.
(edit) @79922d72   12 years anton wav: do not fail on empty INFO tags Fixes Bug 379 CC: …
(edit) @31c54711   12 years anton lavf: split wav muxer and demuxer into separate files.
(edit) @58b619c8   12 years anton wav muxer: write metadata Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @0bca0283   12 years anton riff: do not write empty INFO tags Signed-off-by: Anton Khirnov …
(edit) @71e92414   12 years anton lavf: move RIFF INFO tag writing from avienc to riff It will be …
(edit) @a119c64e   12 years anton avconv: fix disabling auto mappings with -map_metadata CC: …
(edit) @a25d912d   12 years anton avcodec_encode_audio(): fix invalid free Since 2bc0de385, AVFrame …
(edit) @4a742920   12 years lu_zero pcm-mpeg: correct bitrate calculation Bitrate calculation is off …
(edit) @9a978b33   12 years diego ffv1: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @c0a6cac2   12 years diego fate: Add rangecoder test
(edit) @1fbaabe   12 years mans network: #include stdint.h in network.h This header uses various …
(edit) @21de6ba5   12 years lu_zero nut: export codec_tag provided by rawvideo Raw audio does not provide …
(edit) @3b20eb25   12 years mans avserver: move avserver-specific code from ffmdec.c to avserver.c …
(edit) @07b3790d   12 years mans build: simplify linking tools with cmdutils.o This avoids repeating …
Note: See TracRevisionLog for help on using the revision log.