Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-07-09display: add matrix flip apiVittorio Giovara
2014-07-09doc: mention option to mix shared/static librariesAndrew Kelley
2014-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-28apichanges: fill in changes for lavu 51.19 and 51.20Vittorio Giovara
2014-06-26output example: free the muxing format context properlyAnton Khirnov
2014-06-26output example: rewrite encoding logicAnton Khirnov
2014-06-26output example: store the scaling context in the stream contextAnton Khirnov
2014-06-26output example: use a macro instead of a static variableAnton Khirnov
2014-06-26output example: allocate the audio frame only onceAnton Khirnov
2014-06-26output example: use OutputStream for audio streams as wellAnton Khirnov
2014-06-26output example: use the new AVFrame API to allocate audio framesAnton Khirnov
2014-06-26output example: set output channel layoutAnton Khirnov
2014-06-26output example: use a struct to bundle the video stream variables togetherAnton Khirnov
2014-06-26output example: use the new AVFrame API for allocating the video frameAnton Khirnov
2014-06-23Differentiate assembler and assembly in documentation and commentsDiego Biurrun
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20Use av_packet_rescale_ts() to simplify code.Anton Khirnov
2014-06-20lavc: add a convenience function for rescaling timestamps in a packetAnton Khirnov
2014-06-19doc: Document segment_list_typeLuca Barbato
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-18Remove avserver.Anton Khirnov
2014-06-11mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-11doc: Document mpegts muxrateLuca Barbato
2014-06-01lavc: add an option to enable side data-only packets during encodingAnton Khirnov
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-29avresample: Add avresample_get_out_samplesLuca Barbato
2014-05-29nut: Support experimental NUT 4 featuresLuca Barbato
2014-05-29avformat: Provide a standard compliance flagLuca Barbato
2014-05-23avcodec: bump version after rotation apiVittorio Giovara
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-19lavf: deprecate now unused AVStream.ptsAnton Khirnov
2014-05-18doc/APIchanges: mark the release 10 branch pointAnton Khirnov
2014-05-18doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-05-18lavc: add avcodec_free_context().Anton Khirnov
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-05-11avconv: Support VDA hwaccelAnton Khirnov
2014-05-11lavu: Add a pixel format for new VDA hwaccelAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-05-01lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-05-01lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-04-29hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato
2014-04-29segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito
2014-04-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-04-28dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes
2014-04-23On2 AVC decoderKostya Shishkov
2014-04-23avutil: Add av_get_time_base_q()Derek Buitenhuis