source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1c7a0161   12 years justin.ruggles imc: set channels to 1 instead of validating it
(edit) @32c7769e   12 years justin.ruggles gsmdec: always set channel layout and sample rate at initialization …
(edit) @c5b8acad   12 years justin.ruggles libgsmdec: always set channel layout and sample rate at initialization …
(edit) @a346aaf1   12 years justin.ruggles g726dec: do not validate sample rate For decoding it does not really …
(edit) @e00eb03c   12 years justin.ruggles g726dec: set channel layout at initialization instead of validating it
(edit) @99d86863   12 years justin.ruggles flacdec: do not warn on sample rate change
(edit) @90fcac0e   12 years justin.ruggles flacdec: allow mid-stream channel layout change Although the libFLAC …
(edit) @268f8ba1   12 years justin.ruggles flacdec: use av_samples_* functions for sample buffer allocation …
(edit) @8ac0f676   12 years justin.ruggles dcadec: allow the decoder to change the channel layout mid-stream
(edit) @93e27f86   12 years justin.ruggles cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
(edit) @8f173ef0   12 years justin.ruggles cook: move samples_per_frame from COOKSubpacket to where it is used
(edit) @7efbba2   12 years justin.ruggles cook: use av_get_channel_layout_nb_channels() instead of …
(edit) @d21b2e47   12 years justin.ruggles cook: reverse a condition so that the code makes more sense
(edit) @926e9d2   12 years justin.ruggles cook: remove unneeded COOKContext variable, sample_rate
(edit) @8aa5b8c5   12 years justin.ruggles cook: remove unneeded COOKContext variable, bit_rate
(edit) @3509eee1   12 years justin.ruggles cook: use AVCodecContext.channels instead of keeping a private copy
(edit) @a3145d0   12 years justin.ruggles bmvaudio: set channel layout at init() rather than validating it
(edit) @a38eadf7   12 years justin.ruggles atrac1: do not keep a copy of channel count in the private context
(edit) @4f56f9c4   12 years justin.ruggles dsicinaudio: set channels and channel layout
(edit) @ec2694d2   12 years justin.ruggles g722dec: set channel layout at initialization instead of validating it
(edit) @ee0e9678   12 years justin.ruggles amrwbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @b24a4449   12 years justin.ruggles amrnbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @a4202003   12 years justin.ruggles dca_parser: allow the parser to change the sample rate
(edit) @0366664e   12 years justin.ruggles lavc: check channel count after decoder init Ensures the decoder did …
(edit) @bb6941af   12 years justin.ruggles lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
(edit) @6b07830a   12 years janne-libav fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV Fixes typo in …
(edit) @02e42751   12 years diego avconv_opt, cmdutils: Add missing function parameter Doxygen
(edit) @c37322e6   12 years diego x86: Move optimization suffix to end of function names This …
(edit) @fa8fcab1   12 years diego x86: h264_chromamc_10bit: drop pointless PAVG %define It is only used …
(edit) @d8eda370   12 years diego x86: mmx2 ---> mmxext in function names
(edit) @38fdf725   12 years diego swscale: do not forget to swap data in formats with different …
(edit) @5707af8d   12 years diego aacdec: Drop some unused function arguments
(edit) @9c167914   12 years diego x86: Fix assembly with NASM Unlike YASM, NASM only looks for include …
(edit) @be2c456e   12 years diego x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags
(edit) @be923ed6   12 years diego x86: fmtconvert: port to cpuflags
(edit) @588fafe7   12 years diego x86: MMX2 ---> MMXEXT in macro names
(edit) @a65bdceb   12 years diego x86: mmx2 ---> mmxext in variable names
(edit) @652f5185   12 years diego x86: mmx2 ---> mmxext in comments and messages
(edit) @04581c8c   12 years diego x86: yasm: Use complete source path for macro helper %includes This …
(edit) @6860b408   12 years diego x86: include x86inc.asm in x86util.asm This is necessary to allow …
(edit) @ab9545a2   12 years martin cng: Reindent some incorrectly indented lines Signed-off-by: Martin …
(edit) @6b68223d   12 years martin cngdec: Allow flushing the decoder After a flush, don't average the …
(edit) @036e6c37   12 years martin cngdec: Make the dbov variable have the right unit Previously the …
(edit) @cafefd88   12 years martin cngdec: Fix the memset size to cover the full array This was a …
(edit) @9b50d20c   12 years martin cngdec: Update the LPC coefficients after averaging the reflection …
(edit) @d16c4aeb   12 years mans configure: fix print_config() with broke awks Some awk versions do …
(edit) @7658295b   12 years lu_zero pixfmt: support more yuva formats Signed-off-by: Luca Barbato …
(edit) @26b5ad25   12 years lu_zero swscale: support gray to 9bit and 10bit formats With the input of …
(edit) @f454e879   12 years mans configure: rewrite print_config() function using awk This is much …
(edit) @02e63642   12 years diego FATE: fix (AD)PCM test dependencies broken in e519990 Signed-off-by: …
(edit) @95c89da3   12 years rsbultje Use ptrdiff_t instead of int for intra pred "stride" function …
(edit) @bad8e33d   12 years rsbultje x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.
(edit) @08b028c1   12 years rsbultje Remove INIT_AVX from x86inc.asm.
(edit) @c285edd0   12 years rsbultje Remove usage of INIT_AVX in h264_intrapred_10bit.asm. Replace …
(edit) @ede4cedf   12 years anton dv: fix indentation
(edit) @14f031d7   12 years anton dv: use AVStream.index instead of abusing AVStream.id
(edit) @20dd41af   12 years anton lavfi: add ashowinfo filter It can be useful for debugging. Based on …
(edit) @9b500b8f   12 years martin avcodec: Add a RFC 3389 comfort noise codec This isn't too useful as …
(edit) @8b25a20e   12 years martin lpc: Add a function for calculating reflection coefficients from …
(edit) @39ef66f5   12 years martin lpc: Add a function for calculating reflection coefficients from …
(edit) @dc579306   12 years anton lavr: document upper bound on number of output samples. …
(edit) @01b76019   12 years anton lavr: add general API usage doxy Signed-off-by: Anton Khirnov …
(edit) @bff5e5f8   12 years anton indeo3: remove duplicate capabilities line.
(edit) @2cbdd7c9   12 years diego fate: ac3: Add dependencies
(edit) @381dc1a5   12 years diego fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups
(edit) @e519990c   12 years diego fate: Add shorthands for acodec PCM and ADPCM tests
(edit) @70478746   12 years diego avconv: Drop unused function argument from do_video_stats()
(edit) @ab799664   12 years diego cmdutils: Conditionally compile libswscale-related bits This fixes …
(edit) @72c758f1   12 years diego aacenc: Drop some unused function arguments
(edit) @f21d5c90   12 years martin rtsp: Avoid a cast when calling strtol This gets rid of this warning: …
(edit) @d4bff9f   12 years lu_zero nut: support textual data Plain text (utf8 encoded) data can be muxed …
(edit) @07585ffa   12 years lu_zero nutenc: verbosely report unsupported negative pts Additionally use …
(edit) @f174fbac   12 years anton lavc: add CODEC_CAP_DR1 to all video decoders missing them
(edit) @48f01398   12 years martin rtpdec: Cosmetic cleanup Mainly clean up the RTP statistics code, …
(edit) @424b1e76   12 years lu_zero yuv4mpeg: reject unsupported codecs The muxer already rejects …
(edit) @fce4450d   12 years lu_zero nutenc: K&R formatting cosmetics
(edit) @4cbae57c   12 years mans assdec: fix qsort() callback signature This changes the event_cmp() …
(edit) @4cd217c0   12 years mans configure: detect sparc64 automatically Signed-off-by: Mans Rullgard …
(edit) @4471a242   12 years mans vp8: fix memset() crossing array boundary Indexing across array …
(edit) @c4cccc8d   12 years mans h264: fix invalid pointer arithmetic Subtracting a (positive) value …
(edit) @50be2077   12 years mans amrwbdec: fix invalid pointer arithmetic Subtracting a (positive) …
(edit) @4521645b   12 years mans avio: fix pointer type mismatches in avio_enum_protocols() …
(edit) @cc64ec57   12 years mans avserver: use socklen_t where appropriate Various socket functions …
(edit) @be2efe0c   12 years mans udp: use socklen_t where appropriate getsockname() takes a pointer to …
(edit) @9efbfe5   12 years mans network: use HAVE_THREADS instead of local hack HAVE_THREADS is set …
(edit) @67a68dce   12 years mans af_channelmap: remove stray enum declaration Signed-off-by: Mans …
(edit) @6b776c61   12 years mans buffersink: remove stray semicolon after function definition …
(edit) @1aa07aa2   12 years mans configure: fix tests for 2-arg math functions Signed-off-by: Mans …
(edit) @ca7f5911   12 years diego doc: git-howto: Clarify comment about pushing series of commits
(edit) @87cdd7c6   12 years diego ivi_common: Drop unused function parameter from decode_band()
(edit) @707f58f5   12 years diego cook: Remove some silly Doxygen comments
(edit) @8a61ba0e   12 years diego cook: Remove senseless maybe_reformat_buffer32() function
(edit) @f23b4a06   12 years diego cook: cosmetics: Better names for joint_decode() function parameters
(edit) @20015379   12 years diego cook: cosmetics: Better name for ccpl COOKSubpacket member
(edit) @13bbefd5   12 years diego doxygen: Add av_alloc_size to list of predefined macros This avoids …
(edit) @74e742d6   12 years diego doxygen: Drop some pointless entries from PREDEFINED macros list
(edit) @154ff818   12 years janne-libav h263: avoid memcpys over array bound in motion vector caching for obmc …
(edit) @6aa9368   12 years mans configure: sanitise sparc vis check It is wrong to force …
(edit) @eadfb056   12 years mans configure: recognise more sparc variants as --cpu argument …
(edit) @121604b   12 years martin build: Include HEADERS-yes in the HEADERS variable This makes sure …
Note: See TracRevisionLog for help on using the revision log.