summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-251-2/+2
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-255-5/+142
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-252-8/+21
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-253-5/+25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-254-11/+426
* movenc: Add a separate start_ptsMartin Storsjö2012-01-252-2/+6
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-241-1/+1
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-241-1/+1
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-241-10/+1
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-241-9/+1
* aud: simplify header parsingJustin Ruggles2012-01-241-22/+27
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-241-1/+1
* cosmetics: indentationJustin Ruggles2012-01-241-8/+8
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-241-6/+26
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-242-1/+35
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-248-5/+12
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-241-4/+0
* vqa: clean up audio header parsingJustin Ruggles2012-01-241-17/+30
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-241-2/+7
* vqa: set packet duration.Justin Ruggles2012-01-241-5/+3
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-241-1/+2
* vqa: set stream start_time to 0.Justin Ruggles2012-01-241-0/+2
* lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov2012-01-241-1/+1
* lavf: postpone removing av_close_input_file().Anton Khirnov2012-01-241-1/+1
* lavc: postpone removing old audio encoding and decoding APIAnton Khirnov2012-01-241-2/+2
* avplay: remove the -er option.Anton Khirnov2012-01-241-3/+0
* lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-245-376/+0
* Changelog: restore version <next> headerPaul B Mahol2012-01-241-1/+4
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-241-1/+8
* Remove ffmpeg.Anton Khirnov2012-01-235-5512/+1
* aacenc: Simplify windowingNathan Caldwell2012-01-231-33/+68
* aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-231-16/+15
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-235-62/+80
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-232-20/+23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-233-3/+11
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-235-20/+18
* aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-231-2/+1
* aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-231-14/+14
* aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-231-6/+6
* aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-231-102/+102
* aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-231-43/+74
* XWD encoder and decoderPaul B Mahol2012-01-2310-2/+564
* vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-231-7/+9
* mxfdec: fix memleak on mxf_read_close()Janne Grunau2012-01-231-0/+1
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-233-147/+177
* riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau2012-01-221-2/+1
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-222-2/+4
* mxfdec: fix memleak on av_realloc failuresJanne Grunau2012-01-221-5/+8
* mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin2012-01-221-76/+10
OpenPOWER on IntegriCloud