18353 Commits (1468d503a957ad20bf458dc7e07f184399cd672d)
 

Author SHA1 Message Date
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
Reimar Döffinger 3bc5f6f9a6 Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 16 years ago
Reimar Döffinger 8514272472 Detect the case when the time base is exact but far finer than necessary to 16 years ago
Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 16 years ago
Aurelien Jacobs 83569729d4 cosmetics: vertical alignment 16 years ago
Aurelien Jacobs b8222b3d9c use new metadata API in rpl demuxer 16 years ago
Aurelien Jacobs 0d2e86d7ae use new metadata API in wc3 demuxer 16 years ago
Stefano Sabatini 3f4c2bf99b Mark as "internal but installed" the avio.h file. 16 years ago
Stefano Sabatini aafe9b635e Add a @file notice to avio.h. 16 years ago
Stefano Sabatini 86a47378d5 Rename avfilter_parse_graph() to avfilter_graph_parse(), for better 16 years ago
Stefano Sabatini d7dbe55823 Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better 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
Aurelien Jacobs 17af052531 move static tables from asf.h to non-static tables in asf.c 16 years ago
Aurelien Jacobs 5e293c424d rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency 16 years ago
Aurelien Jacobs 6352c6bb63 fix a memleak in av_metadata_set() 16 years ago
Ronald S. Bultje 144ae29dde Implement marker bit, which is used for several RTP payloads currently 16 years ago
Ronald S. Bultje a68d44ed6f Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing 16 years ago
Ronald S. Bultje 26d6b3e230 Document rtsp.h, see "[PATCH] document rtsp.h" thread. 16 years ago
Michael Niedermayer 34583e1bbe Fix next_pts computation to consider repeat_pict. 16 years ago
Aurelien Jacobs d9fc9ff31b movenc: add muxing of language along with metadata tags when available 16 years ago
Aurelien Jacobs 2904fd398f return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking 16 years ago
Aurelien Jacobs b97fb809b8 cosmetics: indentation 16 years ago
Aurelien Jacobs 1ee2d44805 use new metadata API in mov muxer 16 years ago
Aurelien Jacobs ed118841ea don't trigger metadata compatibility code when user app already set metadata 16 years ago
Baptiste Coudurier e34a5996b9 dv probe 16 years ago
Justin Ruggles 2578326f13 Share the function to write a raw FLAC header and use it in the Matroska 16 years ago
Justin Ruggles faec0eba8b cosmetics: add a comment in flac_write_header(). 16 years ago
Justin Ruggles 25582b8929 Add support for full header extradata to raw FLAC muxer. 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
Justin Ruggles caee91f7d0 Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. 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
Robert Swain 66d8229072 http://bytesex.org/xawtv/ permanently redirects to 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 22e77e44dd spelling/wording/grammar cosmetics 16 years ago
Diego Biurrun e0cffbe7ea spelling/wording/grammar cosmetics 16 years ago