source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2e36c931   15 years michaelni Avoid wasting 4 cpu cycles per MB in redundantly calculating …
(edit) @3e906f4c   15 years stefano.sabatini-lala Simplify reset_ptr(): employ usePal() macro rather than enumerating …
(edit) @006aa1a4   15 years stefano.sabatini-lala Implement null video sink. Originally committed as revision 21242 to …
(edit) @864a0742   15 years Carl Eugen Hoyos Correctly decode some Avid AV1x samples, fixes issue 1684. Originally …
(edit) @dd08b83c   15 years stefano.sabatini-lala Implement null video source. Originally committed as revision 21240 …
(edit) @e1bb0364   15 years Carl Eugen Hoyos Support lowres 3 when decoding MPEG video. Patch by Anatoliy …
(edit) @b5eab66e   15 years stefano.sabatini-lala Make avfilter_default_start_frame() request a buffer with the same …
(edit) @ddd60f28   15 years michaelni Replace cabac checks in inline functions from h264.h with constants. …
(edit) @a482e61b   15 years mans Add symbol versioning for shared libraries Based on patch by Reinhard …
(edit) @2ed46eea   15 years mans configure: add test_ldflags function This adds a test_ldflags …
(edit) @e8393e1c   15 years mans Add symbol versioning for shared libraries Based on patch by Reinhard …
(edit) @d140b025   15 years vitor1001 SIPR16k decoder Originally committed as revision 21234 to …
(edit) @d79c06b2   15 years vitor1001 Allow a SIPR table to be used by the upcoming SIPR16k decoder …
(edit) @65323ed2   15 years vitor1001 Split some SIPR structs to a header file for the upcoming SIPR16k …
(edit) @06cb7a1   15 years vitor1001 Use macros instead of inline functions to replace the following …
(edit) @a4be782c   15 years Carl Eugen Hoyos Support 2Vuy in mov, fixes issue 1690. Patch by ami_stuff, ami_stuff …
(edit) @f821f981   15 years ramiro.polla Exclude .svn and .git directories from doxygen documentation. …
(edit) @2b9cb7ec   15 years mans Fix out of tree build with hardcoded tables Originally committed as …
(edit) @ad7da0b5   15 years ramiro.polla mingw32: Build for Windows XP by default. Add note about Win9x/2000 …
(edit) @2e3e803   15 years ramiro.polla Don't initialize normal horizontal filter if MMX2 filter is used. …
(edit) @93fe7eb6   15 years ramiro.polla Get one step closer to world domination. Remove "make uninstall". …
(edit) @598ef02b   15 years jmenon86 Do not print VDPAU upgrade notice when configure is invoked with …
(edit) @d356a53f   15 years mans AAC: optimise bitstream reading in decode_spectrum_and_dequant() …
(edit) @59ea69ef   15 years Carl Eugen Hoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. …
(edit) @a0ae3e41   15 years Carl Eugen Hoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. …
(edit) @a959e247   15 years zuxy.meng Const correctness for src pointer. Remove all constness related …
(edit) @7c2de274   15 years michaelni Add forgotten include of h264_mvpred.h to h264.h. This could have …
(edit) @e2dd858   15 years michaelni Add forgotton multiple inclusion guards to h264_mvpred.h. Originally …
(edit) @798339fb   15 years mans AAC: ARM/NEON asm for VMUL2/4 functions Originally committed as …
(edit) @c78dfcda   15 years Carl Eugen Hoyos Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c …
(edit) @3bfbbef6   15 years stefano.sabatini-lala Fix typo. Originally committed as revision 30304 to …
(edit) @544f5a92   15 years mans Optimise av_log2 with clz when available 10% faster flac decoding on …
(edit) @669b5583   15 years mans Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instruction …
(edit) @00c081a8   15 years ramiro.polla Remove unused clip_table code. Originally committed as revision 30303 …
(edit) @3d7453e0   15 years mans configure: allow reverse auto-selection of options This adds the …
(edit) @29b75f0b   15 years Reimar.Doeffinger Change code so it uses 2 adds instead of one FFABS. About 1% faster …
(edit) @574b183d   15 years pross Latent libavformat version bump and documentation update for Adobe …
(edit) @83ab7f18   15 years pross Adobe Filmstrip muxer and demuxer Originally committed as revision …
(edit) @efc034cc   15 years ramiro.polla Add const qualifier to rgb48 to YV12 functions' src. Originally …
(edit) @a3e35e28   15 years ramiro.polla Add missing parameter to rgb48 to YV12 functions. Originally …
(edit) @f267d3ac   15 years astrange Implement alpha channel decoding for BGR HuffYUV. Since BGR24 is …
(edit) @ff5ab5c8   15 years baptiste.coudurier set stream aspect from mov tkhd width/height, patch by Andrew Wason, …
(edit) @49544546   15 years baptiste.coudurier do not skip mdat data if it's the last atom, avoids one seek …
(edit) @08c8e66a   15 years baptiste.coudurier restore old buffer content when seek failed in http protocol, fix …
(edit) @a1f42882   15 years baptiste.coudurier revert wrongly commited hunk in r21205 Originally committed as …
(edit) @10061cd6   15 years baptiste.coudurier remove useless type declarations Originally committed as revision …
(edit) @dcc2220   15 years baptiste.coudurier remove useless declarations from mpegts.h Originally committed as …
(edit) @33931016   15 years baptiste.coudurier use codec rc_max_rate if set and warn if bit rate is not set …
(edit) @01d6bd52   15 years baptiste.coudurier Do not split audio frames accross pes packets. This was not supported …
(edit) @6f284d1   15 years lucabe72 Surprisingly enough, the RTP muxer does not depend on the RTP protocol …
(edit) @907d9166   15 years baptiste.coudurier print more debug info about muxing parameters, patch by Mike …
(edit) @c054f372   15 years baptiste.coudurier update mpegts_write_pes documentation, patch by Mike Scheutzow, …
(edit) @4df3bbbc   15 years baptiste.coudurier Insert null packets to keep pcr values correct, patch by Mike …
(edit) @49f6fd8f   15 years baptiste.coudurier move pcr/sdt/pat period computation after ts->mux_rate is set, patch …
(edit) @6b18a3f5   15 years baptiste.coudurier output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow …
(edit) @906c16a1   15 years baptiste.coudurier fix ts packet header size computation, patch by Niobos, niobos at …
(edit) @080cabff   15 years baptiste.coudurier fix sdt, pat, pcr size computation, patch by Niobos, niobos at …
(edit) @fad9a42a   15 years lucabe72 The RTP muxer does not need rtp_asf.c Originally committed as …
(edit) @3f60d2d3   15 years lucabe72 Remove the inclusion of unneeded headers Originally committed as …
(edit) @fbb6c6c2   15 years mans Define !CONFIG_FOO in config.make if feature disabled Originally …
(edit) @2ef21b91   15 years mans AAC: Reduce depth of vlc_spectral tables to 2 Up to 6% faster overall …
(edit) @95dff4a   15 years mans AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() …
(edit) @05f9d8fc   15 years mans AAC: simplify some calculations in decode_spectrum_and_dequant() …
(edit) @c816d3d0   15 years mans AAC: Compress codebook tables and optimise sign bit handling The …
(edit) @9d50d396   15 years rsbultje Fix issue1658 (trailing space in rtpmap descriptor). Originally …
(edit) @094a63f1   15 years benoit.fouet Check there is a stream before writing header. Patch by Tomas Härdin: …
(edit) @ef5e7fb2   15 years vitor1001 Remove needless use of log2f() Originally committed as revision 21185 …
(edit) @1c3c129b   15 years vitor1001 Remove the struct SiprModeParam of the context. This will simplify …
(edit) @f3da24c4   15 years mans SIPR: kill variable-length arrays Two of these are in fact constant …
(edit) @0cd73b6   15 years michaelni remove unused variable Originally committed as revision 21182 to …
(edit) @cc51b282   15 years michaelni Split cabac decoding code out of h264.c. not slower according to …
(edit) @8e71d89   15 years michaelni Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. …
(edit) @0752cd39   15 years zuxy.meng More av_cold for infrequently called functions. Originally committed …
(edit) @e1e94902   15 years michaelni Split cavlc out of h264.c. Seems to speed the code up a little... The …
(edit) @08f8b51f   15 years stefano.sabatini-lala Make avfilter_insert_filter() log the names of the filters between …
(edit) @f37c934   15 years stefano.sabatini-lala Make query_formats() print an error message if an auto-inserted scale …
(edit) @1460c790   15 years Reimar.Doeffinger Use MULH instead of 64x64 multiplication, around 5% overall speedup on …
(edit) @188d3c51   15 years michaelni Split motion vector prediction off h264.c/h. Originally committed as …
(edit) @2bedc0e8   15 years michaelni Move check_intra4x4_pred_mode() back from h264.h to h264.c, the …
(edit) @ea6f00c4   15 years michaelni Split all the reference picture handling off h264.c. Originally …
(edit) @099809d   15 years Thilo Borgmann Reindent after last commit. Originally committed as revision 21171 to …
(edit) @ff9ea0b   15 years Thilo Borgmann Replace variable length array with an allocated buffer in the context …
(edit) @889fce8e   15 years michaelni Split (picture|seq) parameter set decoding out of h264.c. no speedloss …
(edit) @28b2866f   15 years lessen42 /nop is illegal with Apple's older version of gas, this was fixed …
(edit) @9c095463   15 years michaelni Split SEI code off h264.c. Originally committed as revision 21168 to …
(edit) @2edabfdf   15 years rsbultje Reindent after r21166. Originally committed as revision 21167 to …
(edit) @08f7a8ac   15 years rsbultje Use chunked encoding for HTTP uploads. Patch by Tomas Härdin …
(edit) @943f69a6   15 years michaelni Split direct mode (macro)block decoding off h264.c. No speedloss …
(edit) @9514a084   15 years michaelni Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by …
(edit) @51a269cd   15 years lucabe72 Make sure the destination address is written as an IP address in the …
(edit) @a7494872   15 years zuxy.meng Reduce stack usage in svq1_encode_plane(). Reuse context scratch …
(edit) @56e29bf2   15 years kostya.shishkov Correct timestamps inside FLV data received by RTMP. Patch by Sergiy …
(edit) @e2ee11e   15 years kostya.shishkov Use old-style RTMP handshake for old servers. This fixes issue …
(edit) @082cf97   15 years michaelni Split h264 loop filter off h264.c. No meassureable speed difference on …
(edit) @419276c5   15 years michaelni Move svq3.o to the correct spot. Originally committed as revision …
(edit) @903d58f   15 years michaelni Get rid of #include "svq3.c" functions called more than per mb are …
(edit) @a6836813   15 years michaelni Better title for the file. Originally committed as revision 21156 to …
(edit) @845e37e7   15 years zuxy.meng Make sure that sfence is used after any non temporal stores. …
(edit) @6b7c7703   15 years vitor1001 Add replacements for log2f(), exp2() and exp2f() for platforms that …
(edit) @0941ee0f   15 years Carl Eugen Hoyos Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) …
Note: See TracRevisionLog for help on using the revision log.