summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
* configure: Allow disabling symbol versioning via --disable-symverMartin Storsjö2010-12-14
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* Avoid rollover in settings conversion.James Zern2010-12-12
* Reindent.Stefano Sabatini2010-12-12
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-12
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Add section describing the filtergraph.Stefano Sabatini2010-12-12
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-12
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
* Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger2010-12-11
* Define PODPAGES in Makefile, and make them depend onStefano Sabatini2010-12-11
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-10
* id3v2: skip data length indicatorAnton Khirnov2010-12-10
* add my GPG fingerprintAnton Khirnov2010-12-10
* Fix typo.Stefano Sabatini2010-12-09
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-07
* fix building test programs with gnu make 3.82Ramiro Polla2010-12-07
* colorspace-test: fix buildRamiro Polla2010-12-07
* fix building of cpu-test by including required headerRamiro Polla2010-12-07
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07
* Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLACMichael Chinen2010-12-07
* Add a FLAC parser.Michael Chinen2010-12-07
* cosmetics: line wrap after last commitJustin Ruggles2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-07
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-07
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-07
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-07
* Fix building of object files in tools/Ramiro Polla2010-12-07
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-07
* id3v2: skip encrypted/compressed framesAnton Khirnov2010-12-07
* id3v2: use a named constant instead of 0x02Anton Khirnov2010-12-07
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-07
* Deprecate the use of the NO_COLOR environment variable.Stefano Sabatini2010-12-06
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-06
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-06
* rtpdec_h264: Pass NAL type 0 throughMartin Storsjö2010-12-06