summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-292-2/+1
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-293-4/+5
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-292-4/+1
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-292-2/+1
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-293-10/+11
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-293-33/+34
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-293-60/+62
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-293-33/+46
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-292-85/+86
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-295-6/+9
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-296-6/+7
* mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov2013-11-291-2/+1
* h263dec: remove commented out cruftAnton Khirnov2013-11-291-25/+1
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-294-4/+5
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-292-8/+4
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-295-27/+33
* mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov2013-11-291-4/+3
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-294-19/+23
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-297-30/+39
* mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov2013-11-293-6/+26
* mxfdec: set extradata sizeAnton Khirnov2013-11-291-1/+3
* dcadec: add disable_xch private option.Tim Walker2013-11-281-3/+20
* dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker2013-11-281-3/+3
* dca: support mixing LFE in dca_downmix.Tim Walker2013-11-282-28/+37
* dca: improve default stereo downmix coefficients.Tim Walker2013-11-281-6/+6
* dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker2013-11-282-33/+165
* dca: remove embedded downmix coefficient extraction.Tim Walker2013-11-282-44/+17
* dca: convert dca_default_coeffs to float.Tim Walker2013-11-282-13/+13
* dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker2013-11-281-14/+8
* dcadec: implement request_channel_layout.Tim Walker2013-11-281-5/+19
* x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun2013-11-281-0/+3
* dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2013-11-282-3/+3
* configure: add strip flags checksVittorio Giovara2013-11-282-1/+24
* h263dec: sanitize a condition.Anton Khirnov2013-11-271-1/+1
* h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2013-11-271-10/+17
* doc/platform: Update to reflect current MSVC build situationDerek Buitenhuis2013-11-271-9/+15
* Add an audio transcoding example.Andreas Unterweger2013-11-273-1/+773
* build: Check for pod2man instead of perl for manual page generationDiego Biurrun2013-11-262-5/+5
* configure: Restore doc option to disable building the documentationDiego Biurrun2013-11-261-0/+5
* Makefile: Fix building programs on systems with a nonempty executable suffixMartin Storsjö2013-11-261-2/+2
* lavc: remove mp3_header_(de)compress bitstream filtersAnton Khirnov2013-11-265-191/+1
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-264-1/+78
* MSN Audio supportKostya Shishkov2013-11-269-17/+81
* metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-267-4/+31
* vc1: Reset numref if fieldmode is not setKostya Shishkov2013-11-261-0/+2
* aacsbr: Add some const casts to silence warnings in ff_sbr_apply()Diego Biurrun2013-11-251-7/+14
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-255-8/+26
* build: Separate building programs linking against libav* from building av*Diego Biurrun2013-11-252-21/+24
* doc: Add the host executable suffix for the print_options dependencyMartin Storsjö2013-11-251-1/+1
* build: Import makedef script from c99-to-c89Derek Buitenhuis2013-11-242-1/+133
OpenPOWER on IntegriCloud