source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @46751a65   15 years alex.converse aacsbr: Initialize e_a[1] to -1. This triggers lAPrev (e_a[0]) on the …
(edit) @2ed6f399   15 years mans Replace many includes of libavutil/common.h with what is actually …
(edit) @19fcd66c   15 years martin Docs: Place the vorbis comment properly, currently it's shown above …
(edit) @297bfb2f   15 years mans libm.h needs attributes.h Originally committed as revision 22405 to …
(edit) @a7e7d40c   15 years mans ARM: set size of asm functions in object files Originally committed …
(edit) @db76ca7   15 years martin Use rt->control_uri consequently instead of s->filename in all RTSP …
(edit) @28e5130b   15 years mans Replace some printf() with puts() in tableprint.c This gets rid of a …
(edit) @a736e0e5   15 years mans Prettify make output when generating headers Originally committed as …
(edit) @67c10de7   15 years michaelni Add special case to avoid binary search when appending index entries. …
(edit) @335ee1aa   15 years mans Move libm replacements to new header libm.h ffmpeg.c uses lrintf(), …
(edit) @03f8fc08   15 years martin RTSP: Resolve and use the actual IP address of the peer we're …
(edit) @0c8cc2c4   15 years mans Reorder some make rules I like it better this way. Originally …
(edit) @d8e117dd   15 years mans Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles …
(edit) @1afc4750   15 years mans configure: always write shared lib variables to config.mak Originally …
(edit) @451db983   15 years mans Simplify static/shared build rules Originally committed as revision …
(edit) @8c5239b3   15 years mans Move some make rules outside of eval'd block These rules use only …
(edit) @477b3382   15 years mans cosmetic: move some makefile variable definitions Originally …
(edit) @7acc0104   15 years mans Remove duplicates from OBJS Originally committed as revision 22391 to …
(edit) @fb6a32c3   15 years pross Remove static function name prefixes from American Laser Games MM …
(edit) @cc4e8b12   15 years pross Ensure Bink demuxer returns AVERROR code when av_get_packet() fails …
(edit) @279a0c97   15 years pross Enable tcp_protocol when enabling http Originally committed as …
(edit) @58891720   15 years alex.converse aacsbr: Dead code removal. Originally committed as revision 22387 to …
(edit) @afd96c34   15 years alex.converse aacsbr: Remove a slightly incorrect comment. The two conditions are …
(edit) @171b7b91   15 years alex.converse Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64." …
(edit) @7935078   15 years alex.converse aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several …
(edit) @7333f849   15 years alex.converse aacsbr: Move the e_a calculation from sbr_mapping() to …
(edit) @b9c3e3b6   15 years alex.converse aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into …
(edit) @ed1d1129   15 years alex.converse aacsbr: Fail early on illegal envelope counts. Originally committed …
(edit) @8a9ee4b1   15 years alex.converse aacsbr: Check for illegal values of bs_pointer in sbr_read_grid(). …
(edit) @e8ff21fd   15 years vitor1001 Revert commit 22378. It broke FATE and kostya asked me on IRC to …
(edit) @07cea6d   15 years siretart Fix compilation on powerpc with --disable-altivec in case altivec is …
(edit) @95bd18ee   15 years kostya.shishkov Check for reference frames so RV 3/4 won't segfault trying to copy …
(edit) @d63a7187   15 years lessen42 vp3: correctly clip vp3_draw_horiz_band call Originally committed as …
(edit) @bf3d904c   15 years alex.converse 10l: Include missing return values in functions made non-void by the …
(edit) @58b1cba0   15 years alex.converse aacsbr: Propagate errors from read_sbr_grid to prevent crashes in …
(edit) @e0be7630   15 years alex.converse Add a missing fft.h include to the aacsbr decoder. Patch by Georgi …
(edit) @49351479   15 years alex.converse Add missing build dependencies for the AAC decoder caused by adding of …
(edit) @f9ff7179   15 years lessen42 mkvenc: Handle negative timestamps correctly Originally committed as …
(edit) @654b65d0   15 years lessen42 mkvenc: Don't try to write packets with unknown timestamps Originally …
(edit) @84d4e599   15 years lessen42 mkvenc: write dts for VFW mode Originally committed as revision 22370 …
(edit) @fe3ab8ad   15 years baptiste.coudurier Fix encoder metadata string langcode in mov muxer Originally …
(edit) @cc255afe   15 years baptiste.coudurier Correctly mark mov metadata as utf-8, using iso language code …
(edit) @b0e88ca6   15 years daniel Bump avcodec minor version for kgv1 decoder Originally committed as …
(edit) @b90b1b4c   15 years mans Fix build on configurations without fast av_log2() This is a bit …
(edit) @08a186c6   15 years baptiste.coudurier In mov demuxer, convert mac encoded strings to utf-8 Originally …
(edit) @bf354122   15 years daniel Kega Game Video (KGV1) decoder Originally committed as revision 22364 …
(edit) @987e857f   15 years baptiste.coudurier Preallocate index entries in mov demuxer, huge speedup Originally …
(edit) @1307463d   15 years baptiste.coudurier Fix interlaced vc-3 decoding, issue #1753 Originally committed as …
(edit) @ff65969   15 years lessen42 vp3: Set pict_type Originally committed as revision 22361 to …
(edit) @7a4e8b59   15 years lessen42 vp3: Allocate a dummy reference frame if we have no keyframe …
(edit) @0c9afacb   15 years lessen42 vp3: use FF_BUFFER_TYPE_COPY Originally committed as revision 22359 …
(edit) @e72d2d12   15 years lessen42 vp3: Don't leak buffers on errors Originally committed as revision …
(edit) @739b509   15 years lessen42 vp3: Simplify buffer management Originally committed as revision …
(edit) @01f9640b   15 years lessen42 vp3: be less spammy on broken files Originally committed as revision …
(edit) @8fdd542c   15 years baptiste.coudurier In mpegts muxer, write adts header if aac bitstream does not contain …
(edit) @e17d77bb   15 years baptiste.coudurier In mpegts muxer, search for h264 aud nal, it might not be the first …
(edit) @f4495cdc   15 years stefano.sabatini-lala Remove definition of match_ext(), which is declared under #ifdef …
(edit) @7082ea5   15 years baptiste.coudurier mpegts vbr muxing, activated when muxing rate is not supplied by the …
(edit) @4837bb5   15 years stefano.sabatini-lala Replace last occurrence of the deprecated match_ext() with …
(edit) @677a1144   15 years baptiste.coudurier Start continuity counter at 0 for pmt as well Originally committed as …
(edit) @f0a912d3   15 years mans More descriptive names for av_stristr() parameters Originally …
(edit) @3369888a   15 years mans cosmetics: indent Originally committed as revision 22348 to …
(edit) @2acb5e10   15 years mans Merge two adjacent ifdef blocks Originally committed as revision …
(edit) @2791730d   15 years mans Move gcc attribute macros to new header libavutil/attributes.h …
(edit) @94ca624f   15 years mans Move ff_sqrt() to libavutil/intmath.h Originally committed as …
(edit) @d73a458f   15 years baptiste.coudurier Start continuity counter at 0 for streams Originally committed as …
(edit) @9169174   15 years baptiste.coudurier 10l typo, fix ts total bit rate computation Originally committed as …
(edit) @dd14a04e   15 years mans Add missing includes in bfin and sh4 files Originally committed as …
(edit) @f89c1402   15 years mans checkheaders: skip per-arch headers not meant for direct inclusion …
(edit) @4a89e0a6   15 years mans ARM: add some missing includes Originally committed as revision 22340 …
(edit) @97cda76a   15 years Reimar.Doeffinger Check for allocation failure for c->lumMmx2FilterCode and …
(edit) @12423f17   15 years Reimar.Doeffinger Fix memleak due to incorrect VirtualFree arguments: size must be 0 for …
(edit) @0926c00   15 years mans ARM: fix dct-test Originally committed as revision 22339 to …
(edit) @1e2a6688   15 years mans Skip mpegaudio3.h in checkheaders This unused header is a placeholder …
(edit) @9c9a0840   15 years mans Add lots of missing includes Originally committed as revision 22337 …
(edit) @8eecdc8b   15 years mans Skip the tablegen fragments in checkheaders Originally committed as …
(edit) @2a5500b1   15 years mans Add TESTOBJS make variable for extra objects used by test apps …
(edit) @a79f59e   15 years mans Remove unused fast_memcpy() function in dct-test Originally committed …
(edit) @9b55e2e7   15 years mans Skip cmdutils_common_opts.h fragment in checkheaders Originally …
(edit) @09ad8085   15 years mans Define HAVE_AV_CONFIG_H for checkheaders in libs Originally committed …
(edit) @6a813295   15 years mans Move dctref prototypes to a header file Originally committed as …
(edit) @2f8ba7fc   15 years mans Define HAVE_AV_CONFIG_H when building test apps Originally committed …
(edit) @22f73dcc   15 years mans Move resolve_host() to ffserver.c This deprecated function is only …
(edit) @f19a068e   15 years diego Add missing stdlib.h #include, fixes the warnings: tools/trasher.c:44: …
(edit) @b817866   15 years martin Move the local includes below the system includes This fixes a …
(edit) @88b51ea9   15 years benoit.fouet Use ASF supports "markers" which are a name and a time stamp to create …
(edit) @9b066ecb   15 years andreas w32thread: Make avcodec_thread_execute2() static here as well …
(edit) @e31fefd   15 years andreas Make avcodec_thread_execute2() static Originally committed as …
(edit) @002a6d0e   15 years martin Add doxygen documentation for ff_url_split Originally committed as …
(edit) @f984dcf6   15 years martin Reindent Originally committed as revision 22322 to …
(edit) @c5c6e67c   15 years martin Rename url_split to ff_url_split Since this function isn't in the …
(edit) @da5bcafe   15 years benoit.fouet targeenc: fix rgb555 encoding on big endian systems. Patch by Alexis …
(edit) @b5852e8a   15 years kostya.shishkov Make Indeo 5 decoder more robust on bitstream errors. Patch by Maxim …
(edit) @5f1654b2   15 years kostya.shishkov Scale tile dimensions in case both local decoding and scalability mode …
(edit) @55347a95   15 years alex.converse Add myself to CREDITS Originally committed as revision 22317 to …
(edit) @ed492b61   15 years alex.converse Add an HE-AAC v1 decoder. A large portion of this code was orignally …
(edit) @f19341e1   15 years mans Revert "Move the probe loop from av_open_input_file() into its own …
(edit) @1250fcc   15 years mans avfilter: make avfilter_default_free_video_buffer() static This …
(edit) @de63bfec   15 years mans Error on missing function prototypes with gcc This makes it an error …
(edit) @b903fe91   15 years mans sh4: move dsputil prototypes to header file Originally committed as …
Note: See TracRevisionLog for help on using the revision log.