summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-23
* XWD encoder and decoderPaul B Mahol2012-01-23
* vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-23
* mxfdec: fix memleak on mxf_read_close()Janne Grunau2012-01-23
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-23
* riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau2012-01-22
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-22
* mxfdec: fix memleak on av_realloc failuresJanne Grunau2012-01-22
* mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin2012-01-22
* mxfdec: hybrid demuxing/seeking solutionJanne Grunau2012-01-22
* mxfdec: Add Avid's essence element key.Tomas Härdin2012-01-22
* mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2012-01-22