source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @41a2d959   12 years justin.ruggles ipmovie: set channel layout
(edit) @024e0370   12 years justin.ruggles iff: set channel layout
(edit) @73e2007f   12 years justin.ruggles idroqdec: set channel layout
(edit) @f6c3adde   12 years justin.ruggles gxfdec: set channel layout when applicable
(edit) @d4a105a   12 years justin.ruggles gsmdec: set channel layout
(edit) @644d8d2e   12 years justin.ruggles flvdec: set channel layout
(edit) @d5ca70b1   12 years justin.ruggles dv: set channel layout
(edit) @49e7af06   12 years justin.ruggles dsicin: set channel layout
(edit) @a05a6378   12 years justin.ruggles daud: set channel layout Update FATE reference due to WAVE channel …
(edit) @0d09a584   12 years justin.ruggles cdxl: set channel layout
(edit) @e8088d6   12 years justin.ruggles bmv: set channel layout
(edit) @2fe804f3   12 years justin.ruggles bink: set channel layout
(edit) @ff50d27a   12 years justin.ruggles bfi: set channel layout
(edit) @b5d1a15d   12 years justin.ruggles bethsoftvid: set channel layout
(edit) @39f0e9b8   12 years justin.ruggles apc: set channel layout
(edit) @5595368b   12 years justin.ruggles amr: set channel_layout
(edit) @a384f6a7   12 years mans ppc: replace pointer casting with AV_COPY32 This removes warnings …
(edit) @031aac9   12 years mans ppc: fix some unused variable warnings The third argument of …
(edit) @9eda2a85   12 years mans configure: remove support for -n flag in print_enabled() This flag is …
(edit) @faf340f6   12 years justin.ruggles binkaudio: set channel layout
(edit) @2b479bca   12 years diego build: Drop AVX assembly ifdefs An assembler able to cope with AVX …
(edit) @b8e8a07c   12 years diego x86: Require an assembler able to cope with AVX instructions All …
(edit) @97bf7c0   12 years diego doc: git-howto: Leave reviewers time to react before pushing patches
(edit) @a903f8f0   12 years justin.ruggles Include libavutil/channel_layout.h instead of libavutil/audioconvert.h …
(edit) @5980f5dd   12 years justin.ruggles lavu: rename audioconvert.* to channel_layout.* and deprecate …
(edit) @802713c4   12 years kostya.shishkov mss2: prevent potential uninitialized reads The alternative to …
(edit) @6d93308c   12 years kostya.shishkov mss2: reindent after last commit
(edit) @b077eb07   12 years kostya.shishkov mss2: fix handling of unmasked implicit WMV9 rectangles …
(edit) @e5e1a06e   12 years anton configure: add lavu dependency to lavr/lavfi .pc files
(edit) @f0d124f0   12 years diego x86inc: Set program_name outside of x86inc.asm This reduces the local …
(edit) @6cd79604   12 years diego x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
(edit) @4b60fac4   12 years diego x86: PALIGNR: port to cpuflags
(edit) @4d1f69f2   12 years diego x86: h264_qpel_10bit: port to cpuflags
(edit) @3a2731cb   12 years justin.ruggles flacenc: ensure the order is within the min/max range in LPC order …
(edit) @3ba41640   12 years justin.ruggles avconv: rescale packet duration to muxer time base when flushing …
(edit) @00f8ad4   12 years justin.ruggles add 24-bit FLAC encoding to Changelog Also move a misplaced line from …
(edit) @e004d175   12 years martin rtpenc_aac: Fix calculation of the header size Previously the high …
(edit) @6ca60d4   12 years diego x86: h264_intrapred: port to cpuflags
(edit) @12776d5d   12 years martin libvpxenc: Allow enabling constrained quality (CQ) mode The CQ mode …
(edit) @ad961726   12 years martin libopencore-amr: Check the return value of amr_decode_fix_avctx This …
(edit) @e6c4c0f7   12 years diego fate: atrac: Place atrac1 and atrac3 tests in different groups
(edit) @06c7b338   12 years diego fate: aac: cosmetics: Group AAC LATM tests together
(edit) @352e18b7   12 years diego x86: avresample: Add missing colons to assembly labels YASM accepts …
(edit) @8a58894f   12 years justin.ruggles FATE: add a 24-bit FLAC encoding test
(edit) @31c3b9c9   12 years justin.ruggles FATE: rename FLAC tests from flac-* to flac-16-* This will …
(edit) @2e76f343   12 years justin.ruggles flacenc: use RICE2 entropy coding mode for 24-bit
(edit) @13e1ee6   12 years justin.ruggles flacenc: add 24-bit encoding
(edit) @799e2324   12 years justin.ruggles flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext Also, …
(edit) @5ff998a2   12 years justin.ruggles flacenc: use uint64_t for bit counts Needed to avoid integer …
(edit) @e7833163   12 years justin.ruggles flacenc: remove wasted trailing 0 bits
(edit) @dfde8a34   12 years justin.ruggles lavu: add av_ctz() for trailing zero bit count
(edit) @6a744d26   12 years justin.ruggles flacenc: use a separate buffer for byte-swapping for MD5 checksum on …
(edit) @2253df76   12 years diego fate: aac: Place LATM tests and general AAC tests in different groups
(edit) @92fec47d   12 years diego build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
(edit) @930e26a3   12 years diego x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is …
(edit) @dbb37e77   12 years diego x86: PABSW: port to cpuflags
(edit) @6c104826   12 years diego x86: vc1dsp: port to cpuflags
(edit) @d578f947   12 years martin rtmp: Use av_strlcat instead of strncat Signed-off-by: Martin Storsjö …
(edit) @b3fab1f2   12 years anton doc: add apidoc target for doxygen API documentation Documentation …
(edit) @34871be   12 years anton matroskadec: do not use avpacket internals
(edit) @9221efef   12 years anton lavf: fix av_interleaved_write_frame() doxy. A sentence was …
(edit) @717a4509   12 years anton lavf: clarify the lifetime of demuxed packets.
(edit) @c8977f6d   12 years anton avconv: do not free muxed packet on streamcopy. The packet belongs to …
(edit) @b4dc6dcc   12 years anton crc: move doxy to the header
(edit) @b68aac7e   12 years anton vf_drawtext: do not use deprecated av_tree_node_size
(edit) @0a7a94f2   12 years diego x86: Refactor PSWAPD fallback implementations and port to cpuflags
(edit) @9a07c133   12 years diego parser: Move Doxygen documentation to the header files
(edit) @85f67c48   12 years diego PGS subtitles: Expose forced flag Useful for detection of subtitles …
(edit) @26f01bd1   12 years diego x86: PMINUB: port to cpuflags
(edit) @9ce02e14   12 years diego x86: ac3dsp: port to cpuflags
(edit) @61bc2bc7   12 years diego x86util: Add cpuflags_mmxext alias for cpuflags_mmx2 "mmxext" is a …
(edit) @012f73e2   12 years diego x86inc: Only define program_name if the macro is unset This allows …
(edit) @e1c804d8   12 years martin dv1394: Swap the min and max values of the 'standard' option …
(edit) @2b831a59   12 years martin rtpdec_vp8: Don't parse fields that aren't used This avoids warnings …
(edit) @0876c280   12 years anton lavc: add some AVPacket doxy.
(edit) @fdc86728   12 years anton audiointerleave: deobfuscate a function call. right above there is if …
(edit) @179a5c37   12 years anton rtpdec: factorize identical code used in several handlers
(edit) @f70381ab   12 years anton a64: remove interleaved mode. It has been disabled since it was added …
(edit) @c19e9d00   12 years martin doc: Point to the new location of the c99-to-c89 tool This location …
(edit) @6d1270a0   12 years anton decode_audio3: initialize AVFrame Same fix and issue as in …
(edit) @5459848b   12 years justin.ruggles ws-snd1: set channel layout
(edit) @f7b85065   12 years justin.ruggles wmavoice: set channel layout
(edit) @002097a0   12 years justin.ruggles wmapro: use AVCodecContext.channels instead of keeping a private copy
(edit) @2ed40608   12 years justin.ruggles wma: do not keep private copies of some AVCodecContext fields …
(edit) @50a65e7a   12 years justin.ruggles vmdaudio: set channel layout
(edit) @b5f628e2   12 years justin.ruggles twinvq: validate sample rate code A large invalid value could cause …
(edit) @335826cf   12 years justin.ruggles twinvq: set channel layout
(edit) @8cc72ce5   12 years justin.ruggles twinvq: validate that channels is not <= 0 This could occur due to …
(edit) @cebea00c   12 years justin.ruggles truespeech: set channel layout
(edit) @523734eb   12 years justin.ruggles sipr: set channel layout
(edit) @4c53f4ae   12 years justin.ruggles shorten: validate that the channel count in the header is not <= 0
(edit) @4e13e504   12 years justin.ruggles ra288dec: set channel layout
(edit) @6159f643   12 years justin.ruggles ra144dec: set channel layout
(edit) @eb38d8fe   12 years justin.ruggles qdm2: remove unneeded checks for channel count
(edit) @be2ab8b7   12 years justin.ruggles qdm2: make sure channels is not <= 0 and set channel layout
(edit) @e3d6ab57   12 years justin.ruggles qcelpdec: set channel layout
(edit) @d26701ce   12 years justin.ruggles nellymoserdec: set channels to 1
(edit) @d40dab90   12 years justin.ruggles libopencore-amr: set channel layout for amr-nb or if not set by the user
(edit) @30f8da29   12 years justin.ruggles libilbc: set channel layout
(edit) @0fd1ddf1   12 years justin.ruggles dpcm: use AVCodecContext.channels instead of keeping a private copy
Note: See TracRevisionLog for help on using the revision log.