9153 Commits (a1f6ffd44d115e9ccc4e1acb2219e7d8bf6c0d58)

Author SHA1 Message Date
Alex Converse 9ef88afac3 AAC: Make the CPE function more consistent with the functions for other channel elements. 16 years ago
Michael Niedermayer efd8c1f64d Adjust time_base exactly when changing ticks_per_frame to 2 this is safer 16 years ago
Måns Rullgård fe7f149ed8 ARM: fix corner-case overflow in H.264 weighted prediction 16 years ago
David S. Miller da2911d5e8 sub_mb_type[] needs to be 8-byte aligned because it is referenced 16 years ago
Cédric Schieli 5f59207d94 Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P 16 years ago
Ivan Schreter 03831f462e Correctly reset SEI variables. 16 years ago
Gwenole Beauchesne 7f8025349a Make ff_print_debug_info() a no-op when using HW acceleration. 16 years ago
Gwenole Beauchesne a4f3fdfa83 Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder. 16 years ago
Gwenole Beauchesne 6026a0968a Add hardware acceleration hooks to H.264. 16 years ago
Michael Niedermayer 19df37a8a6 Fix SVQ3 regression since ticks_per_frame=2. 16 years ago
Gwenole Beauchesne 1468d503a9 Add HW acceleration hooks for MPEG-4 / H.263 decoding. 16 years ago
Gwenole Beauchesne 6aca2c6785 Remove superfluous call to mpeg_decode_slice() for hwaccel, this 16 years ago
Gwenole Beauchesne 11647a9f8c Return early if a HW accelerator is used. 16 years ago
Gwenole Beauchesne f06ce1ce89 Add VA API pixel formats. 16 years ago
Gwenole Beauchesne 044f0296a4 Add ff_hwaccel_pixfmt_list_420[] definition. 16 years ago
Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 16 years ago
Michael Niedermayer f56995b4a6 Half user provided time_base once during the first frame when there is no 16 years ago
Carl Eugen Hoyos 26aedb4ab3 Cosmetics: Fix indentation after last commit. 16 years ago
Ivan Schreter 2c0c5e1249 Initialize H264 parser context correctly if the optional SEI messages 16 years ago
Justin Ruggles 26adc8d086 cosmetics: line wrap and indentation after last commit. 16 years ago
Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 16 years ago
Alex Converse e8d5c07bcc Re-indent after last commit. 16 years ago
Alex Converse 21e8c46cde Refactor AAC unsigned band type decoding for a modest speedup. 16 years ago
Alex Converse 039821a838 Use const to better allow the compiler to optimize AAC independent coupling. 16 years ago
Carl Eugen Hoyos 5fe2a515f8 Completed documentation of reference field. 16 years ago
NVIDIA Corporation 2f9c978a07 Do not set h264.is_reference for pictures that are delayed, but not 16 years ago
NVIDIA Corporation f90b55166e The field rangered in VDPAU's VdpPictureInfoVC1 now also contains 16 years ago
Carl Eugen Hoyos 1a022c2fbf Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. 16 years ago
Gwenole Beauchesne d7dae42e70 Add missing prototype for ff_is_hwaccel_pix_fmt(). 16 years ago
Michael Niedermayer d404b3edb3 Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne. 16 years ago
Michael Niedermayer 765e94ef9e More AVhwaccel hunks from Gwenole Beauchesne. 16 years ago
Diego Biurrun e0cffbe7ea spelling/wording/grammar cosmetics 16 years ago
Carl Eugen Hoyos ac00575d92 Fix VC1 and WMV3 playback in MPlayer. 16 years ago
Kostya Shishkov 7a47495079 cosmetics: reindent after last commit 16 years ago
Kostya Shishkov 77f7156d85 Since motion vectors for intra blocks are always zero, do not try to retrieve them. 16 years ago
Ivan Schreter c733922eec Export timestamp parameter from H.264. 16 years ago
Ivan Schreter 27ca0a79c9 Add timestamp computation if values are exported by decoder. 16 years ago
Michael Niedermayer 4d8f830125 1000l for me, wrong pix_fmt. 16 years ago
Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 16 years ago
Ivan Schreter fc9fe42833 Correct time_base of H.264 and repeat_pict. 16 years ago
Ivan Schreter 810c451b02 Change duration computation to use time_base instead of TB/2. 16 years ago
Michael Niedermayer a05aa821b6 add ff_find_hwaccel() by Gwenole Beauchesne 16 years ago
Michael Niedermayer 6059f13cad ff_find_hwaccel() 16 years ago
Michael Niedermayer 414d9d7f2e av_hwaccel_next() by Gwenole Beauchesne. 16 years ago
Michael Niedermayer c895618bb0 av_register_hwaccel() from Gwenole Beauchesne. 16 years ago
Michael Niedermayer f986c8e2e5 Another AVhwaccel hunk from Gwenole Beauchesne. 16 years ago
Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
Gwenole Beauchesne c0aec489a6 Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. 16 years ago
Vitor Sessak 66d4c62806 Do not reimplement ff_celp_lp_synthesis_filterf(). 16 years ago
Gwenole Beauchesne 4daa41c415 Rename buf_vdpau to buf_start 16 years ago