aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-266-31/+91
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-263-49/+75
* Re-indent after last commit.Alex Converse2009-02-261-24/+24
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-261-8/+8
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-261-1/+6
* Completed documentation of reference field.Carl Eugen Hoyos2009-02-261-0/+1
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-261-1/+1
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-261-1/+1
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-251-0/+2
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-251-0/+5
* http://bytesex.org/xawtv/ permanently redirects toRobert Swain2009-02-251-1/+1
* Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer2009-02-251-0/+4
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-251-4/+10
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-55/+54
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-252-18/+19
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-251-0/+2
* untypoMichael Niedermayer2009-02-251-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-02-251-5/+5
* Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov2009-02-251-0/+3
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-251-1/+1
* simplify, use codec->block_alignBaptiste Coudurier2009-02-251-2/+1
* set channel number even for inactive channelsBaptiste Coudurier2009-02-251-1/+1
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-251-3/+3
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-251-0/+11
* 10l: Ignore error output from failed attempt to read snapshot_version.Diego Biurrun2009-02-241-1/+1
* Read revision string from the file snapshot_version if available.Diego Biurrun2009-02-241-1/+2
* cosmetics: Use $() instead of ``, the former can be nested more easily.Diego Biurrun2009-02-241-5/+5
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-242-1/+1
* Export timestamp parameter from H.264.Ivan Schreter2009-02-241-0/+7
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-244-3/+78
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-241-1/+1
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-242-5/+6
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-242-8/+8
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-242-8/+2
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-244-0/+17
* ff_find_hwaccel()Michael Niedermayer2009-02-241-0/+12
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+5
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+11
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-241-0/+5
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-249-5/+24
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-241-1/+1
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-242-7/+4
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-241-3/+3
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-242-0/+22
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-241-0/+3
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-241-34/+29
* 100l: Revert removal of GPL check for libswscale.Diego Biurrun2009-02-241-1/+2
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-241-8/+8
* The software scaler is no longer GPLed.Diego Biurrun2009-02-241-2/+1
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-241-1/+1