summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv: remove a useless lineAnton Khirnov2014-05-03
* avconv: rename 'codec' to 'enc_ctx'Anton Khirnov2014-05-03
* avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov2014-05-03
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-03
* avconv: simplify exit_program() by using more local varsAnton Khirnov2014-05-03
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-03
* latm: Add a probe functionLuca Barbato2014-05-03
* mathematics: K&R formatting cosmeticsLuca Barbato2014-05-03
* swscale: Fix an undefined behaviourLuca Barbato2014-05-03
* vp9: Read the frame size as unsignedLuca Barbato2014-05-03
* aac: K&R formatting cosmeticsLuca Barbato2014-05-01
* flv: K&R formatting cosmeticsLuca Barbato2014-05-01
* lavc: deprecate AVCodecContext.codec_nameAnton Khirnov2014-05-01
* lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-01
* rmdec: do not export anything to AVCodecContext.codec_nameAnton Khirnov2014-05-01
* asfenc: use codec descriptors instead of AVCodecs to write codec infoAnton Khirnov2014-05-01
* oggparseskeleton: do not use AVCodecContext.codec_nameAnton Khirnov2014-05-01
* mov: export stsd Compressorname in metadataAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-01
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-01
* matroska: add the Opus mappingAnton Khirnov2014-05-01
* matroskaenc: write CodecDelayAnton Khirnov2014-05-01
* lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-01
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-30
* librtmp: Map native options to librtmp ones when possibleLuca Barbato2014-04-30
* hls: Sync the file number with the start sequenceLuca Barbato2014-04-30
* hls: Factor the sequence computationLuca Barbato2014-04-30
* hls: Print start_number as first sequence valueLuca Barbato2014-04-30
* segment: Report the current media sequenceLuca Barbato2014-04-30
* hls: Report the current media sequenceLuca Barbato2014-04-30
* avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2a...Hendrik Leppkes2014-04-29
* h264: drop commented out cruftAnton Khirnov2014-04-29
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-29
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-29
* hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato2014-04-29
* segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito2014-04-29
* configure: rework dxva in avconv handlingAnton Khirnov2014-04-28
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-28
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-28
* dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes2014-04-28
* dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes2014-04-28
* lavc: eliminate tb_unreliable()Anton Khirnov2014-04-28
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-25
* mov: Emit the correct tags for clcp tracksMiles Gould2014-04-25
* mov: Write prof section of tapt tagAidan Skinner2014-04-25
* fate: Add fic-in-avi testDerek Buitenhuis2014-04-24
* aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-24
* lavr: define ResampleContext in resample.hJanne Grunau2014-04-24