source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7c9668cf   16 years baptiste.coudurier write timecode track Originally committed as revision 17148 to …
(edit) @89818988   16 years astrange H264: Change left_block_options to uint8_t from int, saving a little …
(edit) @a5929abe   16 years baptiste.coudurier adjust time rate according to elst time offset Originally committed …
(edit) @0cfa3596   16 years baptiste.coudurier fix last keyframe index accross body partitions Originally committed …
(edit) @1585b93a   16 years baptiste.coudurier fix body offset Originally committed as revision 17144 to …
(edit) @4c08b2b   16 years stefano.sabatini-lala Cosmetics: vertical align "*" for consistency with the other doxyies. …
(edit) @3dc6cb2e   16 years stefano.sabatini-lala Remove @deprecated notice from AVFrac, it is not deprecated anymore. …
(edit) @6d0c77ba   16 years diego Use av_strlcpy instead of snprintf without formatting. Prevents …
(edit) @6d3cf67c   16 years stefano.sabatini-lala Move sws_getGaussianVec() documentation from swscale.c to swscale.h. …
(edit) @89b74647   16 years stefano.sabatini-lala Document sws_cloneVec(). Originally committed as revision 28527 to …
(edit) @70838eef   16 years stefano.sabatini-lala Fix typo: lenght -> length. Originally committed as revision 28526 to …
(edit) @0bcb5b39   16 years stefano.sabatini-lala Document sws_scaleVec(). Originally committed as revision 28525 to …
(edit) @c326825   16 years stefano.sabatini-lala Document sws_getConstVec(). Originally committed as revision 28524 to …
(edit) @b954b34a   16 years stefano.sabatini-lala Move documentation of sws_getCachedContext() from swscale.c to …
(edit) @9c91a0b0   16 years baptiste.coudurier fix partition offset when only one stream present Originally …
(edit) @9ea5e6f6   16 years stefano.sabatini-lala Remove pointless comment regarding sws_scale_ordered(). Originally …
(edit) @1eeded39   16 years stefano.sabatini-lala Add a @deprecated notice to swscale_get_ordered(). Originally …
(edit) @0e633e2b   16 years baptiste.coudurier fix timecode value Originally committed as revision 17139 to …
(edit) @6847ab43   16 years stefan.gehrer introduce a macroblock index to avoid a few x*width+y calculations …
(edit) @b9fce052   16 years stefan.gehrer fix multiple slices per frame Originally committed as revision 17137 …
(edit) @4ca6f4b2   16 years stefan.gehrer fix parsing of pic_structure Originally committed as revision 17136 …
(edit) @e090c70f   16 years stefan.gehrer avoid duplicating dsputil's clear_block Originally committed as …
(edit) @ae2d3e3b   16 years stefan.gehrer time_code has 24 bits, not 16 Originally committed as revision 17134 …
(edit) @d934de5c   16 years stefan.gehrer do not check for minimum slice start code, 0x00000100 is valid …
(edit) @9fc88d7   16 years diego Fix crash when encoding using libschroedinger. Currently only pixel …
(edit) @f418b861   16 years robert.swain Check sampling index validity for AAC decoding Patch by Jai Menon ( …
(edit) @c7efffcb   16 years gpoirier Add a default (error) for the switch in case of an unsupported …
(edit) @3d6fac8c   16 years diego Use default system include path for an installed OpenJPEG library. …
(edit) @79ff462e   16 years gpoirier Fix (with av_uninit()) false positive warning about uninitialized …
(edit) @0dd89666   16 years Carl Eugen Hoyos Silence one icc warning: variable "..." is used before its value is …
(edit) @99b170f8   16 years baptiste.coudurier write body partitions Originally committed as revision 17126 to …
(edit) @7524f46e   16 years baptiste.coudurier compute index byte count in mxf_write_partition Originally committed …
(edit) @c1425a14   16 years baptiste.coudurier remove check, mxf muxer does not have track number limitation anymore …
(edit) @4a15f3ee   16 years baptiste.coudurier retrieve flags from mxf_parse_mpeg2_frame using a param Originally …
(edit) @a784cc67   16 years baptiste.coudurier 10l, edit unit offset is after klv fill Originally committed as …
(edit) @bf31d93a   16 years baptiste.coudurier cosmetics, associate mxf_write_klv_fill to aligned elements …
(edit) @ee1f7f4   16 years baptiste.coudurier write component depth and horizontal subsampling best effort local …
(edit) @7be3405   16 years baptiste.coudurier fix header byte count Originally committed as revision 17119 to …
(edit) @b25ee3fb   16 years baptiste.coudurier move up mxf_write_klv_fill and align index, rip and primer pack …
(edit) @bd5c94b5   16 years baptiste.coudurier fix primer pack local tags uls Originally committed as revision 17117 …
(edit) @216b6631   16 years baptiste.coudurier correctly set multi track operational pattern Originally committed as …
(edit) @4c125b8f   16 years baptiste.coudurier fix compilation with DEBUG defined, field does not exist anymore …
(edit) @3d021dd6   16 years diego Remove unnecessary emms Assembler instructions. Originally committed …
(edit) @b7d3a8c1   16 years diego Use AV_GCC_VERSION_AT_LEAST instead of complicated GNUC version …
(edit) @949cd978   16 years Aurélien Jacobs remove now useless av_set_program_name() function Originally …
(edit) @08681191   16 years Aurélien Jacobs use new metadata API in mpegts demuxer Originally committed as …
(edit) @edbdf77e   16 years stefano.sabatini-lala Document coeff and length fields in SwsVector. Originally committed …
(edit) @26f3ae82   16 years Aurélien Jacobs move vp6_filter_diag4() to a new vp6dsp.c file and use it throught …
(edit) @862c1d2f   16 years Carl Eugen Hoyos Replace snprintf() with av_strlcpy(). Fixes the following warning on …
(edit) @37a558fe   16 years Carl Eugen Hoyos Add SEI recovery point frame counter to H264Context and use it when …
(edit) @ed761067   16 years Aurélien Jacobs vp56: alpha_offset is uninitialized on purpose Originally committed …
(edit) @0527695   16 years justin.ruggles libvorbis: Use 0-10 range for audio quality. Patch by Nicolas George …
(edit) @a5037227   16 years michaelni Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used …
(edit) @3b49f690   16 years michaelni av_flatten to make the similarly named attribute available. …
(edit) @51066987   16 years michaelni av_uninit() to suppress false uninitialized warnings from gcc without …
(edit) @16e3b0b3   16 years baptiste.coudurier rename ff_audio_interleave to ff_audio_rechunk_interleave Originally …
(edit) @945f7c6e   16 years diego Revert #undefining system functions, it is not necessary. Originally …
(edit) @f0b00ab   16 years michaelni Try to clarify doxy of avformat_seek_file(). Originally committed as …
(edit) @be3e68b2   16 years michaelni Check for duplicate const/static/inline. Originally committed as …
(edit) @516c5f88   16 years diego Add config.h #include for ARCH_X86 definition. Originally committed …
(edit) @84205e02   16 years diego Add #undefs to reenable system functions that are normally forbidden …
(edit) @43175f50   16 years diego Drop DECLARE_ALIGNED from extern declarations. It creates trouble …
(edit) @990058bd   16 years michaelni Try to doxyfy av_resample_init(). I hope I did not misremember …
(edit) @3136fcf   16 years michaelni Move doxy for public resample2 functions to the public header. …
(edit) @e2a004a   16 years kostya.shishkov Prefix visible YUV2RGB functions with sws_ Originally committed as …
(edit) @fa58ba15   16 years kostya.shishkov Give better name to Inverse_Table_6_9 Originally committed as …
(edit) @ea399a87   16 years diego Remove svn:executable property from source file. Originally committed …
(edit) @2907deed   16 years diego Remove file name from file headers. It provides no useful information …
(edit) @b17e0f06   16 years diego Remove file name from file headers. It provides no useful information …
(edit) @c385c0da   16 years baptiste.coudurier remove no more needed fields in GIFContext, patch by Daniel Verkamp, …
(edit) @dacfaf23   16 years baptiste.coudurier remove dead rgb24 code, gif encoder now directly takes palette, patch …
(edit) @c33030bd   16 years baptiste.coudurier remove dead netscape loop header code in gif encoder, patch by Daniel …
(edit) @505aa6c9   16 years robert.swain Check that there are subtitle rects to encode in …
(edit) @9413db9e   16 years robert.swain Check that start_display_time is 0 in avcodec_encode_subtitle() Patch …
(edit) @d84d6fbf   16 years alex.converse Increase the number of packets required to identify as MPEG PES to …
(edit) @00bbe276   16 years alex.converse VP3: Do not ignore error from read_huffman_tree(). Originally …
(edit) @16a59a7b   16 years robert.swain Add ffplay subtitle stream selection command-line parameter Patch by …
(edit) @f54b31b9   16 years robert.swain Fix blend_subrect for even-width subrects positioned on odd columns …
(edit) @ffe2c09d   16 years Carl Eugen Hoyos Fix timestamp parsing in XSUB decoder. Patch by Björn Axelsson gecko …
(edit) @7a094c6a   16 years baptiste.coudurier remove no more needed comment, declaration is in internal header …
(edit) @fbd7ddf4   16 years diego cosmetics: typo/grammar fixes in doxygen and other comments …
(edit) @5bfd314   16 years diego cosmetics: Fix a few typos and use a consistent codec long name. …
(edit) @fca93859   16 years diego Remove unused variables. Originally committed as revision 17083 to …
(edit) @4b81366b   16 years diego Add av_cold attribute to init function. Originally committed as …
(edit) @27030ee4   16 years diego Remove unused variables. Originally committed as revision 17081 to …
(edit) @01c53437   16 years diego typo: CODEC_ID_cljr --> CODEC_ID_CLJR Originally committed as …
(edit) @c099766f   16 years stefano.sabatini-lala Drop the deprecated sws_scale_ordered() at the next major version …
(edit) @96b27045   16 years stefano.sabatini-lala Replace int type with enum PixelFormat for the dstFormat/srcFormat …
(edit) @b534f73d   16 years stefano.sabatini-lala Fix a typo: lumaSarpen -> lumaSharpen. Originally committed as …
(edit) @9afc2917   16 years diego Remove rendering column from list of supported subtitle formats. …
(edit) @173c7185   16 years diego Add missing ffplay subtitle cycling keybinding. patch by Björn …
(edit) @7be75dd7   16 years diego cosmetics: comment grammar/spelling fixes Originally committed as …
(edit) @ced06bd8   16 years robert.swain Add the ability to set the timestamp to the current time by specifying …
(edit) @f9e5b942   16 years vitor1001 10l: fix compiler warning: ncdec.c:82: warning: ISO C90 forbids mixed …
(edit) @74afdc55   16 years stefano.sabatini-lala Document the av_base64_encode/decode functions. See the thread: …
(edit) @4d8eb2e8   16 years robert.swain Fix a const related warning Patch by Ivan Schreter ( schreter gmx net …
(edit) @ac76729c   16 years stefano.sabatini-lala Cosmetics: "* out" -> "*out" for consistency with the other …
(edit) @5118bd44   16 years stefano.sabatini-lala Cosmetics: rename the "size" parameter of av_base64_encode() to …
(edit) @1cc65cec   16 years baptiste.coudurier Move declaration of ff_interleave_add_packet to internal.h. It is an …
(edit) @52ef50a0   16 years stefano.sabatini-lala Cosmetics: prefer out/in over buf/src for the parameter names of …
Note: See TracRevisionLog for help on using the revision log.