summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lavc: document which parts of AVHWAccel are private.Anton Khirnov2014-05-111-0/+7
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-116-30/+33
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-117-10/+22
* pcm-dvd: Fix 20bit decodingnu7742014-05-091-4/+4
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-061-2/+14
* libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö2014-05-052-22/+42
* libfdk-aacenc: Enable 7.1 channel encodingJean First2014-05-051-0/+18
* avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-033-12/+12
* avconv: remove a useless lineAnton Khirnov2014-05-031-1/+0
* avconv: rename 'codec' to 'enc_ctx'Anton Khirnov2014-05-031-61/+61
* avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov2014-05-031-35/+35
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-033-8/+8
* avconv: simplify exit_program() by using more local varsAnton Khirnov2014-05-031-24/+33
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-031-0/+1
* latm: Add a probe functionLuca Barbato2014-05-031-0/+53
* mathematics: K&R formatting cosmeticsLuca Barbato2014-05-031-42/+53
* swscale: Fix an undefined behaviourLuca Barbato2014-05-031-1/+1
* vp9: Read the frame size as unsignedLuca Barbato2014-05-031-2/+2
* aac: K&R formatting cosmeticsLuca Barbato2014-05-011-5/+5
* flv: K&R formatting cosmeticsLuca Barbato2014-05-011-21/+20
* lavc: deprecate AVCodecContext.codec_nameAnton Khirnov2014-05-012-0/+9
* lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-011-2/+0
* rmdec: do not export anything to AVCodecContext.codec_nameAnton Khirnov2014-05-011-2/+0
* asfenc: use codec descriptors instead of AVCodecs to write codec infoAnton Khirnov2014-05-013-43/+47
* oggparseskeleton: do not use AVCodecContext.codec_nameAnton Khirnov2014-05-011-1/+0
* mov: export stsd Compressorname in metadataAnton Khirnov2014-05-011-3/+8
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-018-5/+31
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-015-2/+23
* lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-017-4/+28
* lavc: deprecate CODEC_FLAG_INPUT_PRESERVEDAnton Khirnov2014-05-015-5/+14
* matroska: add the Opus mappingAnton Khirnov2014-05-011-0/+1
* matroskaenc: write CodecDelayAnton Khirnov2014-05-013-25/+38
* lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-017-1/+260
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-302-1/+10
* librtmp: Map native options to librtmp ones when possibleLuca Barbato2014-04-301-15/+126
* hls: Sync the file number with the start sequenceLuca Barbato2014-04-301-4/+1
* hls: Factor the sequence computationLuca Barbato2014-04-301-3/+3
* hls: Print start_number as first sequence valueLuca Barbato2014-04-301-3/+6
* segment: Report the current media sequenceLuca Barbato2014-04-301-0/+3
* hls: Report the current media sequenceLuca Barbato2014-04-301-0/+3
* avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2a...Hendrik Leppkes2014-04-291-13/+14
* h264: drop commented out cruftAnton Khirnov2014-04-291-3/+0
* mpegvideo: remove unused MpegEncContext.b4_strideAnton Khirnov2014-04-292-2/+0
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-292-20/+21
* hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato2014-04-292-0/+7
* segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito2014-04-292-0/+7
* configure: rework dxva in avconv handlingAnton Khirnov2014-04-283-5/+9
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-287-0/+635
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-282-4/+4
OpenPOWER on IntegriCloud