source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e1c0b00b   15 years benoit.fouet nutdec: make chapter start and length uint64_t to prevent overflows. …
(edit) @c71591a5   15 years benoit.fouet ffmpeg: copy stream metadata. Patch by Anton Khirnov wyskasgmailcom …
(edit) @bc997376   15 years Aurélien Jacobs revert r22112 which broke playback of …
(edit) @8897b247   15 years michaelni Remove some unneeded fill_rectangle() for 16x16 blocks. Originally …
(edit) @11a74f36   15 years Reimar.Doeffinger Explicitly set struct addrinfo to NULL if getaddrinfo failed instead …
(edit) @a34fc5e2   15 years Reimar.Doeffinger Make our getaddrinfo implementation initialize "struct addrinfo" …
(edit) @27dbc47c   15 years vitor1001 Plug some memory leaks in NUT muxer and demuxer Originally committed …
(edit) @fee6faa2   15 years vitor1001 Implement av_tree_destroy_free_elem() to destroy a tree and free all …
(edit) @a882cf9c   15 years Carl Eugen Hoyos Make av_build_filter static (and remove av_): It is not used outside …
(edit) @406aa93f   15 years Carl Eugen Hoyos Make av_get_bit_rate() static and remove av_, the function is only …
(edit) @88f83607   15 years Carl Eugen Hoyos Include libxvid_internal.h: It contains the prototype for …
(edit) @30f76824   15 years Carl Eugen Hoyos Make the following functions static (and remove ff_), they are only …
(edit) @5dfa637c   15 years Carl Eugen Hoyos Make function get_channel_name() static: It is only used in …
(edit) @82f50f82   15 years Carl Eugen Hoyos Print chapter info in dump_format(). Patch by Anton Khirnov, wyskas …
(edit) @7c994c36   15 years Carl Eugen Hoyos Process picture aspect ratio changes in H.264. This fixes playback of …
(edit) @5692ed3a   15 years michaelni Many mp3s seem to contain padding after id3 tags that is not …
(edit) @f2e033ac   15 years Reimar.Doeffinger Free packets read in seek_test. Originally committed as revision …
(edit) @f65919af   15 years martin Rename RTP depacketizer files from rtp_* to rtpdec_* Originally …
(edit) @c7ff04e2   15 years Reimar.Doeffinger Fix some memory leaks in seek_test test program: - do not allocate …
(edit) @1e6365b3   15 years Carl Eugen Hoyos Include rtpdec.h, it contains prototypes for the following functions: …
(edit) @4443c0e9   15 years Carl Eugen Hoyos Include internal.h and imgconvert.h, they contain the prototypes for …
(edit) @ccd17ea1   15 years Carl Eugen Hoyos Include msrledec.h: It contains the prototype for ff_msrle_decode(). …
(edit) @862715d3   15 years Carl Eugen Hoyos Include atrac.h: It contains the prototypes for …
(edit) @c6e1599b   15 years Carl Eugen Hoyos Include mpegaudiodecheader.h: It contains the prototype for …
(edit) @770128c4   15 years Carl Eugen Hoyos Remove declaration of unused variables. Originally committed as …
(edit) @dacd7842   15 years Carl Eugen Hoyos Include h263_parser.h: It contains the prototype for …
(edit) @dd6c2534   15 years Carl Eugen Hoyos Include mpeg4video.h: Needed for declaration of …
(edit) @0fcbcad   15 years Carl Eugen Hoyos Include sha1.h from sha.c: It contains several prototypes. Originally …
(edit) @627686e6   15 years Carl Eugen Hoyos Make sws_dcVec static: It is only used inside libswscale/utils.c. …
(edit) @dda8fc6a   15 years Carl Eugen Hoyos Include avc.h from avc.c: It contains several prototypes. Originally …
(edit) @998257b   15 years Carl Eugen Hoyos Make mp4_read_descr static: It is only used inside libavformat/mov.c. …
(edit) @c53ffb2c   15 years Carl Eugen Hoyos Include apetag.h which contains the prototype for ff_ape_parse_tag(). …
(edit) @eb285cfe   15 years Reimar.Doeffinger Fix avcodec_align_dimensions to return values suitably aligned for FLV …
(edit) @1d536203   15 years mans Stop make deleting intermediate files (ffmpeg.o and friends) …
(edit) @8590e6d5   15 years kostya.shishkov Strides in Indeo 5 reconstruction filter should be signed, this way it …
(edit) @e322aace   15 years kostya.shishkov Encapsulate VLC information needed for decoding blocks and macroblocks …
(edit) @4982a77e   15 years kostya.shishkov Make it clear that ff_ivi_init_static_vlc() does not need arguments …
(edit) @185a885b   15 years siretart add myself to gpg fingerprint list Originally committed as revision …
(edit) @20f5c9d1   15 years diego sort() names in PGP/GPG fingerprint list Originally committed as …
(edit) @ce9c691   15 years michaelni Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup …
(edit) @82fb5bb2   15 years michaelni Split *_type setting up, 4 cpu cycles faster. Originally committed as …
(edit) @821fe7f3   15 years michaelni Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. patch by Zhou …
(edit) @4e06acbd   15 years fenrir Fixed a segfault in the DCA decoder with corrupted streams. It …
(edit) @4784b092   15 years vitor1001 Do not read beyond end of input in EA-TGV. This should avoid FATE test …
(edit) @50ff78db   15 years martin RTSP muxer: Use a local copy of the AVPacket for sending to the …
(edit) @cf41a02b   15 years michaelni Only load the topleft mv/ref when the topright is unavailable. 8 cpu …
(edit) @cf7b67bc   15 years michaelni Remove some useless operations from the code setting left_cbp. maybe …
(edit) @6abda15f   15 years benoit.fouet Prevent overflow of start_time + recording_time. Patch by Francesco …
(edit) @be707647   15 years pross Add myself as maintainer of the bink demuxer and bink audio decoder …
(edit) @59b5370f   15 years michaelni Simplify code to set cbp_* this seems 1 cpu cycle slower even though …
(edit) @58184187   15 years benoit.fouet Fix typos in ref_index documentation. Originally committed as …
(edit) @747db4e3   15 years michaelni Move init of right side of ref_cache from fill_caches() to …
(edit) @77c6edb8   15 years michaelni Remove 3 mv_cache zeroing instructions that zeroed the right side. …
(edit) @8f8497ae   15 years michaelni Remove useless check of the 2 left MBs of a pair being in the same …
(edit) @f57a5dcd   15 years michaelni Clarify ref_index. Originally committed as revision 22068 to …
(edit) @6e2fe0f2   15 years michaelni Remove unneeded line of code from the neighbor setting code in h264. …
(edit) @aa5ee59e   15 years michaelni Simplify code in mv_pred. Not benchmarked as this is petty much just …
(edit) @358b5b1a   15 years michaelni Get rid of mb2b8_xy and b8_stride, change arrays organized based on …
(edit) @f3a572c   15 years mans Disable suffix rules Most of the make builtin rules, which we do not …
(edit) @479e1e61   15 years stefano.sabatini-lala Remove pointless empty line. Originally committed as revision 30730 …
(edit) @8ebed38e   15 years stefano.sabatini-lala Apply consistency nit. Originally committed as revision 30729 to …
(edit) @11ab237e   15 years stefano.sabatini-lala Add the graph2dot tools and document it. Also link avfiltergraph.o …
(edit) @9c16add6   15 years stefano.sabatini-lala Replace not anymore valid syntax "-title X" with "-metadata title=X". …
(edit) @3b606e7   15 years michaelni svq3 now in working condition, at least vissually, ill let fate tell …
(edit) @fc7f7f17   15 years michaelni fix compilation, sorry ive not checked cvslog for a while :((( svq3 …
(edit) @cba2f6d   15 years benoit.fouet asfenc: write tags in proper UTF-16. Patch by Anton Khirnov wyskas …
(edit) @a677078e   15 years benoit.fouet asfenc: simplify writing of comment header. Patch by Anton Khirnov …
(edit) @e4ea625a   15 years benoit.fouet asfdec: don't strip the "WM/" prefix, this should be done during …
(edit) @36b54927   15 years michaelni Dont allocate direct_table 8 times too large. Originally committed …
(edit) @5e350863   15 years michaelni Store data in direct_table interleaved. seems 20cpu cycles faster …
(edit) @013202d7   15 years michaelni Simplify intra4x4_pred_mode_cache init. Originally committed as …
(edit) @662a5b23   15 years michaelni Reorder intra4x4_pred_mode so that we can read/write 4 values at once. …
(edit) @5b0fb524   15 years michaelni Store intra4x4_pred_mode per row only. about 5 cpu cycles slower in …
(edit) @c2186cbd   15 years michaelni unroll tiny and trivial loop. Same speed but clearer. Originally …
(edit) @a5517dcc   15 years benoit.fouet asf: indent. Patch from Anton Khirnov wyskas gmail com Originally …
(edit) @9b54f432   15 years benoit.fouet asf: add more entries to metadata conv table. Patch from Anton Khirnov …
(edit) @e1c88a21   15 years michaelni Cut the size of mvd_table by yet another factor of 2. The code …
(edit) @d43c1922   15 years michaelni Keep mvd_table values of only 2 mb rows. Originally committed as …
(edit) @b6a41853   15 years stefano.sabatini-lala 10l: add prefix "TAG:" to the metadata tags key showed for each …
(edit) @912dd63e   15 years stefano.sabatini-lala Cosmetics: replace "filename" to "arg" for the name of the argument of …
(edit) @c4a90ca   15 years alex.converse aac: Keep decode_band_types() from eating all padding at the end of a …
(edit) @33147993   15 years stefano.sabatini-lala Extend doxy for the src parameter of av_fifo_generic_write(). …
(edit) @09ef1ace   15 years michaelni 3rd and hopefully last 100l fix. Originally committed as revision …
(edit) @3393bff1   15 years michaelni Fix doxy and assert(). Originally committed as revision 22040 to …
(edit) @377fc38d   15 years michaelni Try to fix 100l compilation failure on some systems. Originally …
(edit) @b5bd0700   15 years michaelni Change mvd_cache & mvd_table to 8bit, this is overall a bit faster for …
(edit) @8ef4e65e   15 years michaelni AV_COPY16() & AV_ZERO16() Originally committed as revision 22037 to …
(edit) @f3ea29b   15 years michaelni Extend fill_rectangle() support for 16bit Originally committed as …
(edit) @81b5e4ee   15 years michaelni Calculate mvd without abs() same speed (ask gcc why, i dont know) …
(edit) @fce44489   15 years rsbultje Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in …
(edit) @a106d411   15 years rsbultje Don't add WM prefixes to all written ASF tags. Patch by Anton Khirnov …
(edit) @855a1ba5   15 years michaelni switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. …
(edit) @531d8fa3   15 years rsbultje Eliminate put_str16(). Patch by Anton Khirnov <wyskas gmail com>. …
(edit) @ae529ddb   15 years rsbultje Add PUT_UTF16() macro. Patch by Anton Khirnov <wyskas gmail com>. …
(edit) @01b35be1   15 years michaelni Factorize common code from the top of decode_cabac_mb_mvd() 10-15 cpu …
(edit) @61648423   15 years rsbultje Mention that metadata tags are (unvalidated) UTF-8. Patch by Anton …
(edit) @6d0155c7   15 years michaelni Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) same speed as far as …
(edit) @bc77fce6   15 years ramiro.polla Clear freed pointer in ffplay.c. Fixes a crash when audio stream is …
(edit) @90332deb   15 years michaelni Replace ad-hoc fill rectangle by fill_rectangle(). Originally …
(edit) @d2df291f   15 years kostya.shishkov ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls …
Note: See TracRevisionLog for help on using the revision log.