summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * APIchanges: update lavr bump dateAnton Khirnov2012-10-23
| * avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-23
| * atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-22
| * atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-22
| * atrac3: simplify MDCT window calculationJustin Ruggles2012-10-22
* | Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'Michael Niedermayer2012-10-23
|\|
| * atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-22
| * atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-22
| * atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-22
* | Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'Michael Niedermayer2012-10-23
|\|
| * atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-22
| * atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-22
| * atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-22
| * atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
| * atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-22
* | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer2012-10-23
|\|
| * atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-10-22
| * atrac3: simplify some loop indexingJustin Ruggles2012-10-22
| * atrac3: cosmetics: pretty-printing and renamingJustin Ruggles2012-10-22
| * pcm: define AVCodec instances only for enabled codecsMans Rullgard2012-10-22
| * libxvid: remove useless doxy comments.Anton Khirnov2012-10-22
| * lavc: remove stats_out from the options table.Anton Khirnov2012-10-22
* | g723_1: remove unneeded clipingMichael Niedermayer2012-10-23
* | g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of LibavMichael Niedermayer2012-10-23
* | fate/mapchan: add bitexact flagMichael Niedermayer2012-10-23
* | LVF demuxerPaul B Mahol2012-10-22
* | ffmpeg: check avpicture_get_size() retuen valueMichael Niedermayer2012-10-23
* | j2k: reorder multiplications to avoid interger overflows related to precinctsMichael Niedermayer2012-10-23
* | j2k: reorder multiplications to avoid interger overflows related to code blocksMichael Niedermayer2012-10-23
* | fate: quote file paths in movie/amovie filtergraphs.Clément Bœsch2012-10-22
* | fate: improve metadata filter deps readability.Clément Bœsch2012-10-22
* | fate: add scale filter to the scene detect dependencies.Clément Bœsch2012-10-22
* | fate: fix SAMPLES dependency for ffprobe.Clément Bœsch2012-10-22
* | qt-faststart: check fseeko() return codesMichael Niedermayer2012-10-22
* | cmdutils: apply option to codec and format contexts if possible.Michael Niedermayer2012-10-22
* | lavf/aiffdec: don't stop parsing after SSND chunkMatthieu Bouron2012-10-22
* | dv: fix a check on dv_extract_timecode return valueMatthieu Bouron2012-10-22
* | ffmpeg/lavc: move experimental warnings to libavcodec.Michael Niedermayer2012-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-22
|\|
| * riff: remove a write-only variableAnton Khirnov2012-10-22
| * lavc: extend frame_size doxy.Anton Khirnov2012-10-22
| * alacdec: set bits_per_raw_sampleJustin Ruggles2012-10-21
* | Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer2012-10-22
|\|
| * rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-22
| * rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-22
| * avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
| * avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
| * avcodec: prefer decoders without CODEC_CAP_EXPERIMENTALNathan Caldwell2012-10-21