summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* configure: Detect msvcrt libc with a CPP check instead of a link checkDiego Biurrun2013-12-04
* configure: Add detected C library and host compiler to informative outputDiego Biurrun2013-12-04
* avconv: initialize hwaccel_pix_fmtAnton Khirnov2013-12-03
* alsa-audio-dec: explicitly cast the delay to a signed int64Anton Khirnov2013-12-03
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-02
* dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-02
* build: Add rule for building host-specific object filesDiego Biurrun2013-12-02
* build: Add shorthand for HOSTCC compile macroDiego Biurrun2013-12-02
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* doc: Try to find nonstandard Perl path from the environmentDiego Biurrun2013-12-01
* gitignore: Ignore multilibrary example programsDiego Biurrun2013-12-01
* dcadec: Add some logging before returning on errorTim Walker2013-11-30
* configure: Do not use pthread_create to check for pthreadLuca Barbato2013-11-30
* go2meeting: disallow tile dimensions that are not multiple of 16Kostya Shishkov2013-11-29
* mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov2013-11-29
* mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-29
* mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov2013-11-29
* mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-29
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-29
* mpeg4videoenc: don't set MpegEncContext.resync_markerAnton Khirnov2013-11-29
* h263dec: remove commented out cruftAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videoenc: write 0 instead of vol_sprite_usageAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov2013-11-29
* mxfdec: set extradata sizeAnton Khirnov2013-11-29
* dcadec: add disable_xch private option.Tim Walker2013-11-28
* dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker2013-11-28
* dca: support mixing LFE in dca_downmix.Tim Walker2013-11-28
* dca: improve default stereo downmix coefficients.Tim Walker2013-11-28
* dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker2013-11-28
* dca: remove embedded downmix coefficient extraction.Tim Walker2013-11-28
* dca: convert dca_default_coeffs to float.Tim Walker2013-11-28
* dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker2013-11-28
* dcadec: implement request_channel_layout.Tim Walker2013-11-28
* x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun2013-11-28