source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eacf8613   16 years justin.ruggles add some missing codecs and update some names to match …
(edit) @270fc177   16 years diego Integer-only decoding of AC-3 is not supported. Originally committed …
(edit) @21d4af5d   16 years diego Targa encoding is supported. Originally committed as revision 17702 …
(edit) @f2937cc6   16 years diego Add missing image formats, patch by Daniel Verkamp, daniel drv nu. …
(edit) @314511ab   16 years diego Split PGM and PPM in image formats section. patch by Daniel Verkamp, …
(edit) @9db80acb   16 years diego cosmetics: Break image format lines before comments. patch by Daniel …
(edit) @09096c9f   16 years mans RA144: work around gcc bug/oddity on ARM This should not make any …
(edit) @38ce707e   16 years Aurélien Jacobs add an API changelog with a first entry for the new metadata API …
(edit) @e0e86c52   16 years diego Add release version number. Originally committed as revision 17696 to …
(edit) @b77df637   16 years mans configure: fix return value from check_header Originally committed as …
(edit) @4b037567   16 years stefano.sabatini-lala Document ffplay -ast, -vst, and -sst options. Originally committed as …
(edit) @5dbb63fe   16 years stefano.sabatini-lala Apply the same logic used for subtitle stream selection to audio and …
(edit) @5ad4f0d4   16 years stefano.sabatini-lala Simplify the logic for the subtitle stream selection. Originally …
(edit) @7f668bb3   16 years stefano.sabatini-lala Fix subtitle selection logic, make ffplay select the subtitle stream N …
(edit) @827f7e28   16 years Aurélien Jacobs deprecate old metadata API Originally committed as revision 17690 to …
(edit) @bc718b4   16 years Aurélien Jacobs fix missed usage of old metadata API in mov demuxer Originally …
(edit) @0a789246   16 years Aurélien Jacobs fix last usage of old metadata API in ffmpeg.c (handling of AVStream …
(edit) @012867f0   16 years Aurélien Jacobs use new metadata API in libavformat/utils.c Originally committed as …
(edit) @feacba6c   16 years Aurélien Jacobs use new metadata API in r3d demuxer Originally committed as revision …
(edit) @5ee999b   16 years Aurélien Jacobs convert ffserver to new metadata API Originally committed as revision …
(edit) @f7554a99   16 years Aurélien Jacobs convert ffplay to new metadata API Originally committed as revision …
(edit) @a5926d85   16 years Aurélien Jacobs convert ffmpeg to new metadata API Originally committed as revision …
(edit) @ec264570   16 years Aurélien Jacobs new metadata API is now officially part of public API Originally …
(edit) @95030323   16 years Aurélien Jacobs simplify metadata conversion and fixes gcc-2.95 at the same time …
(edit) @db794291   16 years mans SVQ3: Fix decoding with A32_BITSTREAM_READER …
(edit) @4cd19f6e   16 years mans ARM: fix missing MUL16() return type Originally committed as revision …
(edit) @9c366939   16 years dominik Fix typo in comments. Originally committed as revision 28777 to …
(edit) @b62bb661   16 years Reimar.Doeffinger Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of …
(edit) @68363b69   16 years Reimar.Doeffinger Make AltiVec code write alpha as 255 instead of 0 when converting to …
(edit) @f78b9c06   16 years Reimar.Doeffinger Fix braindead and broken way to calculate abase, fixes regression …
(edit) @8d2544bd   16 years vitor1001 Reindent after last commit Originally committed as revision 17678 to …
(edit) @9e27e0d4   16 years vitor1001 Do not read uninitialized buffer, no matter if it will be multiplied …
(edit) @d819b41b   16 years Reimar.Doeffinger Remove unused variable in mpeg_mc_decode_init Originally committed as …
(edit) @4022fe01   16 years michaelni Change the timebase of the raw demuxer to one that can represent the …
(edit) @9e6c124a   16 years michaelni Disable MPEG-1/2 style timestamp calculation for H264. It still …
(edit) @47cd974a   16 years michaelni Do not set low_delay if has_b_frames has been set before init() this …
(edit) @9ef88af   16 years alex.converse AAC: Make the CPE function more consistent with the functions for …
(edit) @719e721a   16 years Aurélien Jacobs Add some basic metadata conversion tables for matroska and asf. Add …
(edit) @f610a9f2   16 years Aurélien Jacobs add a metadata conversion API Originally committed as revision 17670 …
(edit) @efd8c1f6   16 years michaelni Adjust time_base exactly when changing ticks_per_frame to 2 this is …
(edit) @cd0d9a9d   16 years mans configure: check_func_headers should mark headers as found Originally …
(edit) @72702705   16 years mans configure: {enable,disable}_safe functions that sanitise arguments …
(edit) @3aa7ac6d   16 years lucabe72 Document ff_rtp_codec_id() Originally committed as revision 17666 to …
(edit) @4c6b49bf   16 years Carl Eugen Hoyos Change TS seeking so it returns position/timestamp of a key frame. …
(edit) @d3da8a45   16 years lucabe72 Fix typo in a comment Originally committed as revision 17664 to …
(edit) @c3efd98c   16 years lucabe72 Document ff_rtp_enc_name() Originally committed as revision 17663 to …
(edit) @344bcea4   16 years justin.ruggles cosmetics: indentation Originally committed as revision 17662 to …
(edit) @d3a57949   16 years lucabe72 Document ff_rtp_get_codec_info() Originally committed as revision …
(edit) @81f052cb   16 years justin.ruggles Separate the raw FLAC demuxer from raw.c and put in a new file, …
(edit) @2d243fb3   16 years rsbultje Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is …
(edit) @f166f2f4   16 years mans Revert "Improve frame rate guessing for streams with two fields per …
(edit) @fe7f149e   16 years mans ARM: fix corner-case overflow in H.264 weighted prediction Originally …
(edit) @5fa61b2   16 years Carl Eugen Hoyos Improve frame rate guessing for streams with two fields per frame. …
(edit) @da2911d5   16 years stefan.gehrer sub_mb_type[] needs to be 8-byte aligned because it is referenced as a …
(edit) @f8a138be   16 years cschieli When converting from a non alpha format to an alpha format, defaults …
(edit) @5f59207d   16 years cschieli Fix avpicture_layout to not chroma shift the alpha plane when …
(edit) @73914d56   16 years Aurélien Jacobs use new metadata API in nut muxer This is only a straight conversion …
(edit) @00798e45   16 years Aurélien Jacobs use new metadata API in nut demuxer Originally committed as revision …
(edit) @c2751600   16 years cschieli Add an isALPHA macro to check if pixel format has alpha channel …
(edit) @2c897342   16 years cschieli Use YUV420P code path for YUVA420P where appropriate Originally …
(edit) @03831f46   16 years Carl Eugen Hoyos Correctly reset SEI variables. Patch by Ivan Schreter, schreter gmx …
(edit) @92971e91   16 years mans configure: remove redundant alsa/asoundlib.h check Originally …
(edit) @70ec53a0   16 years michaelni Detect static prototypes. Originally committed as revision 17649 to …
(edit) @f55e181   16 years michaelni Improve detection of non doxy comments. Originally committed as …
(edit) @771ac0d   16 years Carl Eugen Hoyos Refactor code for upcoming alpha patches. Patch by Cédric Schieli, …
(edit) @0f485a9c   16 years michaelni Fix misdetection of #else in 'missing } prior to else'. Originally …
(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 …
Note: See TracRevisionLog for help on using the revision log.