summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-25
* Ignore generated aviocat and ismindex tools.Diego Biurrun2012-01-25
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-25
* indeo5: prevent null pointer dereference on broken filesJanne Grunau2012-01-25
* pktdumper: Use usleep instead of sleepMartin Storsjö2012-01-25
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-25
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-25
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-25
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-25
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-25
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-25
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-25
* movenc: Add a separate start_ptsMartin Storsjö2012-01-25
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-25
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-24
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-24
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-24
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-24
* aud: simplify header parsingJustin Ruggles2012-01-24
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-24
* cosmetics: indentationJustin Ruggles2012-01-24
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-24
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-24
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-24
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-24
* vqa: clean up audio header parsingJustin Ruggles2012-01-24
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-24
* vqa: set packet duration.Justin Ruggles2012-01-24
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-24
* vqa: set stream start_time to 0.Justin Ruggles2012-01-24
* lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov2012-01-24
* lavf: postpone removing av_close_input_file().Anton Khirnov2012-01-24
* lavc: postpone removing old audio encoding and decoding APIAnton Khirnov2012-01-24
* avplay: remove the -er option.Anton Khirnov2012-01-24
* lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-24
* Changelog: restore version <next> headerPaul B Mahol2012-01-24
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-24
* Remove ffmpeg.Anton Khirnov2012-01-23
* aacenc: Simplify windowingNathan Caldwell2012-01-23
* aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-23
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-23
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
* aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-23
* aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-23
* aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-23
* aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-23