source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f802534   16 years benoit.fouet Make ff_print_debug_info() a no-op when using HW acceleration. Patch …
(edit) @a4f3fdfa   16 years benoit.fouet Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder. Patch by Gwenolé …
(edit) @6026a096   16 years benoit.fouet Add hardware acceleration hooks to H.264. Patch by Gwenolé Beauchesne. …
(edit) @e6fdc2b   16 years michaelni Make sure -vsync 2 does not produce timestamps equal to the previous, …
(edit) @fc6765d7   16 years michaelni Update commented fprintf(). Originally committed as revision 17642 to …
(edit) @fe02d9e7   16 years Reimar.Doeffinger Do not allow standard-frame-rate detection to increase the value of …
(edit) @19df37a8   16 years michaelni Fix SVQ3 regression since ticks_per_frame=2. Originally committed as …
(edit) @03c03afd   16 years Reimar.Doeffinger Simplify ipmovie.c pts calculation by using an appropriate time_base. …
(edit) @f3592353   16 years benoit.fouet Add a context to av_log() call. Originally committed as revision …
(edit) @1468d503   16 years benoit.fouet Add HW acceleration hooks for MPEG-4 / H.263 decoding. Patch by …
(edit) @6aca2c67   16 years benoit.fouet Remove superfluous call to mpeg_decode_slice() for hwaccel, this …
(edit) @11647a9f   16 years benoit.fouet Return early if a HW accelerator is used. Patch by Gwenole Beauchesne. …
(edit) @f06ce1c   16 years benoit.fouet Add VA API pixel formats. Patch by Gwenole Beauchesne. Originally …
(edit) @044f0296   16 years benoit.fouet Add ff_hwaccel_pixfmt_list_420[] definition. Patch by Gwenole …
(edit) @3bc5f6f9   16 years Reimar.Doeffinger Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 …
(edit) @85142724   16 years Reimar.Doeffinger Detect the case when the time base is exact but far finer than …
(edit) @3797c74b   16 years michaelni Add ticks_per_frame, this should hopefully fix the regressions caused …
(edit) @83569729   16 years Aurélien Jacobs cosmetics: vertical alignment Originally committed as revision 17629 …
(edit) @b8222b3d   16 years Aurélien Jacobs use new metadata API in rpl demuxer Originally committed as revision …
(edit) @0d2e86d   16 years Aurélien Jacobs use new metadata API in wc3 demuxer Originally committed as revision …
(edit) @3f4c2bf9   16 years stefano.sabatini-lala Mark as "internal but installed" the avio.h file. This should prevent …
(edit) @aafe9b63   16 years stefano.sabatini-lala Add a @file notice to avio.h. Originally committed as revision 17625 …
(edit) @86a47378   16 years stefano.sabatini-lala Rename avfilter_parse_graph() to avfilter_graph_parse(), for better …
(edit) @d7dbe558   16 years stefano.sabatini-lala Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for …
(edit) @f56995b4   16 years michaelni Half user provided time_base once during the first frame when there is …
(edit) @26aedb4a   16 years Carl Eugen Hoyos Cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @2c0c5e12   16 years Carl Eugen Hoyos Initialize H264 parser context correctly if the optional SEI messages …
(edit) @17af052   16 years Aurélien Jacobs move static tables from asf.h to non-static tables in asf.c this avoid …
(edit) @5e293c42   16 years Aurélien Jacobs rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency …
(edit) @6352c6bb   16 years Aurélien Jacobs fix a memleak in av_metadata_set() Originally committed as revision …
(edit) @144ae29   16 years rsbultje Implement marker bit, which is used for several RTP payloads currently …
(edit) @a68d44ed   16 years rsbultje Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually …
(edit) @26d6b3e2   16 years rsbultje Document rtsp.h, see "[PATCH] document rtsp.h" thread. Originally …
(edit) @34583e1b   16 years michaelni Fix next_pts computation to consider repeat_pict. Originally …
(edit) @d9fc9ff3   16 years Aurélien Jacobs movenc: add muxing of language along with metadata tags when available …
(edit) @2904fd39   16 years Aurélien Jacobs return -1 for errors in ff_mov_iso639_to_lang() to allow for error …
(edit) @b97fb809   16 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 17610 to …
(edit) @1ee2d448   16 years Aurélien Jacobs use new metadata API in mov muxer Originally committed as revision …
(edit) @ed118841   16 years Aurélien Jacobs don't trigger metadata compatibility code when user app already set …
(edit) @e34a5996   16 years baptiste.coudurier dv probe Originally committed as revision 17607 to …
(edit) @2578326f   16 years justin.ruggles Share the function to write a raw FLAC header and use it in the …
(edit) @faec0eba   16 years justin.ruggles cosmetics: add a comment in flac_write_header(). Originally committed …
(edit) @25582b89   16 years justin.ruggles Add support for full header extradata to raw FLAC muxer. Originally …
(edit) @26adc8d0   16 years justin.ruggles cosmetics: line wrap and indentation after last commit. Originally …
(edit) @59c6178a   16 years justin.ruggles Use a shared function to validate FLAC extradata. Originally …
(edit) @caee91f7   16 years justin.ruggles Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. …
(edit) @e8d5c07b   16 years alex.converse Re-indent after last commit. Originally committed as revision 17600 …
(edit) @21e8c46c   16 years alex.converse Refactor AAC unsigned band type decoding for a modest speedup. …
(edit) @039821a8   16 years alex.converse Use const to better allow the compiler to optimize AAC independent …
(edit) @5fe2a515   16 years Carl Eugen Hoyos Completed documentation of reference field. Originally committed as …
(edit) @2f9c978a   16 years Carl Eugen Hoyos Do not set h264.is_reference for pictures that are delayed, but not …
(edit) @f90b551   16 years Carl Eugen Hoyos The field rangered in VDPAU's VdpPictureInfoVC1 now also contains …
(edit) @1a022c2f   16 years Carl Eugen Hoyos Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. Originally …
(edit) @d7dae42e   16 years diego Add missing prototype for ff_is_hwaccel_pix_fmt(). patch by Gwenole …
(edit) @66d82290   16 years robert.swain http://bytesex.org/xawtv/ permanently redirects to …
(edit) @d404b3ed   16 years michaelni Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne. …
(edit) @765e94ef   16 years michaelni More AVhwaccel hunks from Gwenole Beauchesne. Originally committed as …
(edit) @22e77e44   16 years diego spelling/wording/grammar cosmetics Originally committed as revision …
(edit) @e0cffbe7   16 years diego spelling/wording/grammar cosmetics Originally committed as revision …
(edit) @ac00575d   16 years Carl Eugen Hoyos Fix VC1 and WMV3 playback in MPlayer. Originally committed as …
(edit) @882fb0a3   16 years michaelni untypo Originally committed as revision 17586 to …
(edit) @7a474950   16 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @77f7156d   16 years kostya.shishkov Since motion vectors for intra blocks are always zero, do not try to …
(edit) @28c17200   16 years baptiste.coudurier fix index edit rate, inverse num and den Originally committed as …
(edit) @e38badbc   16 years baptiste.coudurier simplify, use codec->block_align Originally committed as revision …
(edit) @37653f0b   16 years baptiste.coudurier set channel number even for inactive channels Originally committed as …
(edit) @6df1deda   16 years baptiste.coudurier do not set frame start bit since marked as not used and factorize …
(edit) @1de2db8f   16 years michaelni AVInputFormat.reed_seek2() Originally committed as revision 17579 to …
(edit) @2b229186   16 years diego 10l: Ignore error output from failed attempt to read snapshot_version. …
(edit) @10671cf5   16 years diego Read revision string from the file snapshot_version if available. This …
(edit) @d33a14e4   16 years diego cosmetics: Use $() instead of , the former can be nested more …
(edit) @1e5304c   16 years diego Rename yuv2rgb2.c --> yuv2rgb.c. Originally committed as revision …
(edit) @c733922e   16 years Carl Eugen Hoyos Export timestamp parameter from H.264. Patch by Ivan Schreter, …
(edit) @27ca0a79   16 years Carl Eugen Hoyos Add timestamp computation if values are exported by decoder. Patch by …
(edit) @4d8f8301   16 years michaelni 1000l for me, wrong pix_fmt. Originally committed as revision 17573 …
(edit) @edbd72ac   16 years Carl Eugen Hoyos Correct time_base and repeat_pict for MPEG2 video. Patch by Ivan …
(edit) @fc9fe428   16 years Carl Eugen Hoyos Correct time_base of H.264 and repeat_pict. Patch by Ivan Schreter, …
(edit) @810c451b   16 years Carl Eugen Hoyos Change duration computation to use time_base instead of TB/2. Patch …
(edit) @a05aa821   16 years michaelni add ff_find_hwaccel() by Gwenole Beauchesne Originally committed as …
(edit) @6059f13c   16 years michaelni ff_find_hwaccel() Originally committed as revision 17568 to …
(edit) @414d9d7f   16 years michaelni av_hwaccel_next() by Gwenole Beauchesne. Originally committed as …
(edit) @c895618b   16 years michaelni av_register_hwaccel() from Gwenole Beauchesne. Originally committed …
(edit) @f986c8e   16 years michaelni Another AVhwaccel hunk from Gwenole Beauchesne. Originally committed …
(edit) @09a9b45   16 years michaelni Add and use ff_pixfmt_list_420. Originally committed as revision …
(edit) @c0aec489   16 years michaelni Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. …
(edit) @66d4c628   16 years vitor1001 Do not reimplement ff_celp_lp_synthesis_filterf(). Originally …
(edit) @4daa41c   16 years kostya.shishkov Rename buf_vdpau to buf_start Patch by Gwenole Beauchesne <g$lastname> …
(edit) @ee3e3631   16 years michaelni Add ff_h263_find_resync_marker() to find the bit position of the next …
(edit) @cd3356ff   16 years stefan.gehrer check for a stuffing byte at the end of a slice Originally committed …
(edit) @88db5551   16 years stefan.gehrer change macroblock loop in inter frames so that after a slice header …
(edit) @76022763   16 years diego 100l: Revert removal of GPL check for libswscale. libswscale still …
(edit) @ee8ee340   16 years diego Relicense AltiVec optimizations as LGPL with the permission of Marc …
(edit) @f83a4098   16 years diego The software scaler is no longer GPLed. Originally committed as …
(edit) @ad48c9f0   16 years michaelni Do not duplicate frames if the muxer claims that it is not needed. …
(edit) @2591821   16 years michaelni Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated …
(edit) @75d87331   16 years diego Update information regarding LGPL libswscale. Originally committed as …
(edit) @876a4dc0   16 years diego Remove GPL version of yuv2rgb.c that has been replaced by an LGPL …
(edit) @acced32d   16 years diego Mark two variables with av_uninit to avoid false positive gcc …
(edit) @7f123e7f   16 years michaelni Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same …
(edit) @d4f2a625   16 years mans Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER If k==0, log==0 …
Note: See TracRevisionLog for help on using the revision log.