summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-28
* Correctly reset SEI variables.Ivan Schreter2009-02-27
* Make ff_print_debug_info() a no-op when using HW acceleration.Gwenole Beauchesne2009-02-27
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-27
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-27
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-27
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-27
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-27
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-27
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-26
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-26
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-26
* cosmetics: line wrap and indentation after last commit.Justin Ruggles2009-02-26
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Re-indent after last commit.Alex Converse2009-02-26
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-26
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-26
* Completed documentation of reference field.Carl Eugen Hoyos2009-02-26
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-26
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-26
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-25
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-25
* Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer2009-02-25
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-25
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-25
* cosmetics: reindent after last commitKostya Shishkov2009-02-25
* Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov2009-02-25
* Export timestamp parameter from H.264.Ivan Schreter2009-02-24
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-24
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-24
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* ff_find_hwaccel()Michael Niedermayer2009-02-24
* av_hwaccel_next() by Gwenole Beauchesne.Michael Niedermayer2009-02-24
* av_register_hwaccel() from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne2009-02-24
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-24
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-24
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-24
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-24
* Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun2009-02-24