source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @558d192d   13 years martin avformat: Add the tls protocol, using OpenSSL or gnutls Note, this …
(edit) @1606e551   13 years martin avformat: Initialize gnutls in ff_tls_init() Signed-off-by: Martin …
(edit) @81486312   13 years martin w32threads: Wrap the mutex functions in inline functions returning int …
(edit) @bc8c1395   13 years martin configure: Allow linking to the gnutls library Signed-off-by: Martin …
(edit) @48e59ad8   13 years martin avformat: Add ff_tls_init()/deinit() that initialize OpenSSL If the …
(edit) @a060866f   13 years martin configure: Allow linking to openssl Signed-off-by: Martin Storsjö …
(edit) @2d1b6fb   13 years martin avcodec: Allow locking and unlocking an avformat specific mutex This …
(edit) @f6d37100   13 years martin avformat: Split out functions from network.h to a new file, network.c …
(edit) @add7b114   13 years justin.ruggles binkaudio: expand quant_table to accommodate all possible values
(edit) @c38404ee   13 years martin libx264: Set the default of the rc_lookahead option to -1 This allows …
(edit) @adc85ce2   13 years martin avcodec: Set flags2 default value depending on availability This …
(edit) @76718f3f   13 years diego configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
(edit) @2a6eb062   13 years alex.converse vp6: Fix illegal read.
(edit) @0d7a16a9   13 years alex.converse avfilter: Don't copy garbage from the stack when setting up video pictures.
(edit) @cae4f4b7   13 years martin avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 …
(edit) @1b6da627   13 years martin avcodec: Remove a misplaced and useless attribute_deprecated If …
(edit) @a2c0b830   13 years anton avconv: add -dump_attachment option.
(edit) @4dbc6cee   13 years anton avconv: add -attach option. It allows attaching arbitrary files, e.g. …
(edit) @e6674f68   13 years anton avconv: make negative mappings disable only streams from the specified file
(edit) @5463e83d   13 years justin.ruggles fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 The …
(edit) @594b54b5   13 years diego replacement Indeo 3 decoder The new decoder is much smaller and has …
(edit) @894bc1d3   13 years justin.ruggles gsm demuxer: do not allocate packet twice. fixes memleak with raw gsm …
(edit) @905de119   13 years justin.ruggles flvenc: use first packet delay as global delay. This keeps the …
(edit) @c2d9a65   13 years justin.ruggles ac3enc: doxygen update. Add some parameters to existing function …
(edit) @a4998e44   13 years justin.ruggles imc: return error codes instead of 0 for error conditions. This fixes …
(edit) @08e5cd38   13 years justin.ruggles imc: return meaningful error codes instead of -1
(edit) @0473f29b   13 years justin.ruggles imc: do not set channel layout for stereo we only support decoding of …
(edit) @7b7f47e7   13 years justin.ruggles imc: validate channel count ask for a sample if not mono
(edit) @95fee70   13 years justin.ruggles imc: check for ff_fft_init() failure
(edit) @86962b13   13 years justin.ruggles imc: check output buffer size before decoding
(edit) @e9362aae   13 years justin.ruggles imc: use DSPContext.bswap16_buf() to byte-swap packet data
(edit) @f011fcd6   13 years martin rtsp: add allowed_media_types option Streams from RTSP or SDP that do …
(edit) @20e081dd   13 years justin.ruggles libgsm: add flush function to reset the decoder state when seeking
(edit) @480324e   13 years justin.ruggles libgsm: simplify decoding by using a loop
(edit) @9d52f0a7   13 years justin.ruggles gsm: log error message when packet is too small
(edit) @9671db82   13 years justin.ruggles libgsmdec: do not needlessly set *data_size to 0
(edit) @a2e25578   13 years justin.ruggles gsmdec: do not needlessly set *data_size to 0
(edit) @fc43fc9f   13 years justin.ruggles gsmdec: add flush function to reset the decoder state when seeking
(edit) @b03761b   13 years justin.ruggles libgsmdec: check output buffer size before decoding
(edit) @bac2597a   13 years justin.ruggles gsmdec: log error message when output buffer is too small. also …
(edit) @d9c6eec   13 years justin.ruggles gsm: use av_get_bytes_per_sample() in frame_bytes calculation
(edit) @87c57d80   13 years justin.ruggles Create separate functions for the raw GSM demuxer. Put the new raw …
(edit) @c6cd0e17   13 years diego Replace vendor string in Ogg and FLAC muxers.
(edit) @f36b3902   13 years diego Replace some forgotten FFmpeg references by Libav.
(edit) @959cfbf3   13 years diego vsrc_testsrc: fix mailing list reference URL
(edit) @2f5df0b1   13 years diego Replace ffmpeg references with more accurate libav* references.
(edit) @20566eb0   13 years diego Replace outdated references to ffmpeg tool with avconv.
(edit) @124e2884   13 years diego Remove some stray unnecessary ffmpeg references.
(edit) @d1dfcb08   13 years diego vp3: remove some pointless comments
(edit) @ec22979a   13 years anton id3v2: fix type of ID3v2EMFunc.free()
(edit) @5511ad14   13 years anton lavc: use designated initialisers for parsers.
(edit) @da249637   13 years justin.ruggles g726dec: add flush() function to reset state when seeking
(edit) @97f5dd1d   13 years justin.ruggles g726: don't pass index to g726_reset() calculate it from c->code_size …
(edit) @615b2a2c   13 years justin.ruggles g726enc: add private option for setting code size directly. This is …
(edit) @7abb73d   13 years justin.ruggles g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
(edit) @437c11ca   13 years justin.ruggles g726: group the g726_encoder AVCodec with the other encoding functions
(edit) @50969c0f   13 years justin.ruggles g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
(edit) @50c466d6   13 years justin.ruggles g726enc: use av_assert0() for sample_rate validation This should …
(edit) @9e78d8cf   13 years justin.ruggles g726: treat sample rates other than 8kHz as unofficial.
(edit) @6e8d4a7a   13 years justin.ruggles g726dec: remove the sample_rate validation
(edit) @6ac34eed   13 years justin.ruggles g726: use bits_per_coded_sample instead of bitrate to determine mode …
(edit) @d405237b   13 years justin.ruggles g726: split the init function for the encoder and decoder This also …
(edit) @c8d36d25   13 years justin.ruggles g726: pre-calculate the number of output samples. Allows for checking …
(edit) @e61a670b   13 years justin.ruggles g726: use int16_t instead of short
(edit) @7b7b220c   13 years martin Enable w32threads automatically unless explicitly disabled …
(edit) @02170990   13 years martin cmdutils: Rename read_file to cmdutils_read_file This symbol name …
(edit) @45235d69   13 years diego libdirac/libschroedinger: Drop unnecessary symbol prefixes. The names …
(edit) @d94c577d   13 years janne-libav cmdutils: check fread() return value
(edit) @7d1b17b8   13 years justin.ruggles cin audio: use sign_extend() instead of casting to int16_t
(edit) @405af431   13 years justin.ruggles cin audio: restructure decoding loop to avoid a separate counter …
(edit) @859bdc33   13 years justin.ruggles cin audio: use local variable for delta value
(edit) @64e19ba4   13 years justin.ruggles cin audio: remove unneeded cast from void*
(edit) @03381c12   13 years justin.ruggles cin audio: validate the channel count
(edit) @664eb77d   13 years justin.ruggles cin audio: remove unneeded AVCodecContext pointer from CinAudioContext
(edit) @44d2a982   13 years justin.ruggles dsicin: fix several audio-related fields in the CIN demuxer …
(edit) @5bd0343b   13 years justin.ruggles flacdec: use av_get_bytes_per_sample() to get sample size
(edit) @272fcc32   13 years justin.ruggles dca: handle errors from dca_decode_block() Return error if core block …
(edit) @aae6eead   13 years justin.ruggles dca: return error if the frame header is invalid
(edit) @f44059d2   13 years justin.ruggles dca: return proper error codes instead of -1
(edit) @46e1af3b   13 years lu_zero utvideo: handle empty Huffman trees If the frame is filled with the …
(edit) @425a843   13 years justin.ruggles binkaudio: change short to int16_t
(edit) @4f4e1948   13 years justin.ruggles binkaudio: only decode one block at a time. This prevents truncating …
(edit) @eaddd29e   13 years justin.ruggles binkaudio: store interleaved overlap samples in BinkAudioContext. …
(edit) @9f48039   13 years justin.ruggles binkaudio: pre-calculate quantization factors
(edit) @101ef19e   13 years justin.ruggles binkaudio: add some buffer overread checks. This stops decoding …
(edit) @20732246   13 years justin.ruggles atrac3: support float or int16 output using request_sample_fmt
(edit) @a0478513   13 years justin.ruggles atrac3: add CODEC_CAP_SUBFRAMES capability the decoder can handle …
(edit) @8f98577d   13 years justin.ruggles atrac3: return appropriate error codes instead of -1
(edit) @47b61702   13 years justin.ruggles atrac3: make sure all memory is freed on init failure
(edit) @c9161385   13 years justin.ruggles atrac3: add a couple macro constants
(edit) @1fead73d   13 years justin.ruggles atrac3: return error if packet is too small
(edit) @7e4881a   13 years justin.ruggles atrac3: check output buffer size before decoding
(edit) @6ba7f78b   13 years justin.ruggles atrac3: use separate pointers for each channel in decodeFrame()
(edit) @5e76b8bb   13 years justin.ruggles atrac3: use optimized float_interleave() function for stereo interleaving
(edit) @8af33cb3   13 years justin.ruggles atrac3: decode mono directly to the output buffer
(edit) @c4a6fde3   13 years justin.ruggles atrac3: decode output to float samples instead of converting to s16
(edit) @f20dd574   13 years justin.ruggles atrac1: return appropriate error codes instead of -1
(edit) @6dc7dd7a   13 years justin.ruggles atrac1: check for ff_mdct_init() failure
(edit) @21dcecc3   13 years justin.ruggles atrac1: use optimized float_interleave() function for stereo interleaving
(edit) @96b5702e   13 years justin.ruggles atrac1: fix a typo
Note: See TracRevisionLog for help on using the revision log.