source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5b37e2fc   16 years justin.ruggles flacdec: Avoid trying to read 33 bits. This occurs when the source is …
(edit) @505cc62f   16 years justin.ruggles flacdec: ALT_BITSTREAM_READER is no longer required. Originally …
(edit) @9de6e090   16 years justin.ruggles flacdec: use get_sbits_long() where needed. Originally committed as …
(edit) @017c081   16 years justin.ruggles Add a get_sbits_long() function. Originally committed as revision …
(edit) @8858990f   16 years mans ALAC: use sign_extend() from mathops.h Originally committed as …
(edit) @101dfa7   16 years mans Add sign_extend() function to mathops.h Originally committed as …
(edit) @edd532db   16 years Reimar.Doeffinger Simplify show_bits_long and copy the GetBitsContext around only once …
(edit) @ee4d0322   16 years justin.ruggles flacdec: Use get/skip_bits_long() for more than 17-bits and …
(edit) @b89e77cf   16 years kostya.shishkov Factor out block decoding in ff_h263_decode_mb() Originally committed …
(edit) @7115cbda   16 years michaelni Consider all packets in the parser, not just ones with timestamps, …
(edit) @2cc30421   16 years michaelni Favor container packets that end after the first byte of the access …
(edit) @a4c7a5ea   16 years michaelni Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is …
(edit) @873b0923   16 years diego version.h should depend on config.mak. The extra version string that …
(edit) @2fddbb68   16 years benoit.fouet Add context to some av_log() calls. Originally committed as revision …
(edit) @d69da18c   16 years benoit.fouet Merge three conditions in a single 'if' instead of two. Originally …
(edit) @b00b15be   16 years diego Mention non-recursive Makefiles in the changelog. Originally …
(edit) @58cf42fa   16 years diego cosmetics: spelling/wording fixes Originally committed as revision …
(edit) @c76d1bb2   16 years justin.ruggles AC-3 encoding is integer-only Originally committed as revision 17723 …
(edit) @ddea12a6   16 years diego Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list …
(edit) @12dd57fd   16 years diego cosmetics: Reformat long_names so that "DPCM" comes first. Originally …
(edit) @fd75ced   16 years diego cosmetics: Reformat long_names so that "ADPCM" comes first. …
(edit) @655463b9   16 years diego cosmetics: Reformat long_names so that "PCM" comes first. Originally …
(edit) @7eb2d65   16 years diego small spelling/grammar fixes Originally committed as revision 17718 …
(edit) @326b554c   16 years diego xvmc works with MPEG-2 as well as MPEG-1, note this in the codec …
(edit) @0ffbc258   16 years diego Change a bunch of codec long_names to be more consistent and …
(edit) @421ae27   16 years diego Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not …
(edit) @56dc1fdf   16 years tempn figure out which muxers support which codecs? new api required! …
(edit) @dbf9dde   16 years robert.swain The Ogg muxer will handle Theora as well Originally committed as …
(edit) @641992de   16 years diego Another round of missing codecs and name updates to match the codec …
(edit) @a1c5b6ec   16 years justin.ruggles Add some more missing codecs and update names to match the codec …
(edit) @dd2d651d   16 years diego Add some more missing codecs and update names to match the codec …
(edit) @4d973c68   16 years diego Merge MP2, MP3 and MPEG audio demuxer entries. Originally committed …
(edit) @d70fe5a3   16 years tempn vorbis and flac ogg muxer only Originally committed as revision 17708 …
(edit) @f58c7139   16 years tempn ogg muxer is vorbis only Originally committed as revision 17707 to …
(edit) @68dddf53   16 years justin.ruggles Add some missing codecs and update names to match the codec long_name …
(edit) @9510f59a   16 years diego Add some missing codecs and update names to match the codec long_name. …
(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 …
Note: See TracRevisionLog for help on using the revision log.