aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-04-25avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-24Add libavresampleJustin Ruggles
2012-04-23Remove libdirac decoder.Diego Biurrun
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-16doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun
2012-04-15doc/filters: update documentation.Anton Khirnov
2012-04-15avconv: add support for complex filtergraphs.Anton Khirnov
2012-04-15doc: Improve suggested Emacs settings for our coding style.Diego Biurrun
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-04-12git-howto: Explain how to avoid Windows line endings in git checkouts.Diego Biurrun
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2012-04-05avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-03-28build: fix doc generation errors in parallel buildsMans Rullgard
2012-03-27build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun
2012-03-26APIchanges: mark the place where 0.7 was cut.Anton Khirnov
2012-03-26APIchanges: mark the place where 0.8 was cut.Anton Khirnov
2012-03-26APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-03-20doc: pass -Idoc texi2html and texi2podMans Rullgard
2012-03-20doc: texi2pod: add -I flagMans Rullgard
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
2012-03-20rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö
2012-03-20Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov
2012-03-20doc/avconv: remove entries for AVOptions.Anton Khirnov
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-19RealAudio Lossless decoderKostya Shishkov
2012-03-18APIchanges: Replace Subversion revision numbers by Git hashes.Diego Biurrun
2012-03-17avcodec: add XBM encoderPaul B Mahol
2012-03-13doc/general: update supported devices table.Anton Khirnov
2012-03-13doc/general: add missing @tab to codecs table.Anton Khirnov
2012-03-07v4l2: update documentationLuca Barbato
2012-03-06FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov
2012-03-06avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-04lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2012-02-29Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov
2012-02-28segment: implement wrap aroundLuca Barbato
2012-02-27doc/APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-02-26avconv: saner output video timebase.Anton Khirnov
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-24docs: use -bsf:[vas] instead of -[vas]bsf.John Van Sickle
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-20avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-20avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
2012-02-15prores encoderKostya Shishkov
2012-02-14CDXL demuxer and decoderPaul B Mahol