source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @873d117e   15 years lessen42 oggdec: Determine pts and filepos on a packet basis in read_timestamp …
(edit) @6abaa272   15 years lessen42 oggdec: Move PTS/DTS calculation to a function Originally committed …
(edit) @2ac41150   15 years lessen42 oggdec: Fix memory leak in setting up vorbis headers Originally …
(edit) @8f8320d7   15 years lessen42 oggdec: Don't use ogg_stream's seq for vorbis or speex headers …
(edit) @77560b0e   15 years lessen42 oggdec: Fix duration calculation for streams with non-zero start …
(edit) @32ad8692   15 years lessen42 oggdec: Parse skeleton to determine the start time of each stream …
(edit) @296bdf9c   15 years lessen42 oggdec: Check that we have a codec in gptopts (needed for skeleton) …
(edit) @dfaed51f   15 years lessen42 oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h (skeleton …
(edit) @50a9d323   15 years lessen42 oggdec: Set data_offset to the right value Otherwise it gets set …
(edit) @73823cb9   15 years lessen42 oggdec: Save offset of the page needed to reconstruct the current …
(edit) @d38c9e7a   15 years michaelni Implement framedrop. Replace SDL timer by a seperate thread, more …
(edit) @5de9178   15 years mans indent Originally committed as revision 22451 to …
(edit) @49e92878   15 years mans random_seed: try other alternatives if reading /dev/random fails …
(edit) @32f40ac   15 years mans sha: add missing include Originally committed as revision 22449 to …
(edit) @cc1e807f   15 years mans snow: remove unused stub functions w53_32_c() and w97_32_c() are …
(edit) @8a3ceaf4   15 years mans ffplay: use correct format specifiers in printf() Originally …
(edit) @2023cfea   15 years mans Add some required casts These casts are correct and safe. The …
(edit) @3952471d   15 years mans configure: remove stray semicolon Originally committed as revision …
(edit) @54a2ae3   15 years mans configure: use map() function in a couple of places Originally …
(edit) @36e2dea0   15 years mans configure: add --disable-everything option This disables all codecs, …
(edit) @122dcdcb   15 years michaelni Fix some apparent +- errors in the audio vissualization. The bugs …
(edit) @86decad6   15 years mans sparc: fix a few pages of cast warnings Originally committed as …
(edit) @ad403802   15 years mans sparc: fix dsputil prototypes Originally committed as revision 22440 …
(edit) @47b1860e   15 years mans configure: allow mips64el and powerpc64 as values for --arch …
(edit) @594a9aeb   15 years martin Make the ntp_time function available to other parts of libavformat, as …
(edit) @18c31f6f   15 years martin Only use .size in ARM assembly when targeting ELF This fixes …
(edit) @d9427e84   15 years michaelni Only reschedule refresh if we successfully removed the scheduled one. …
(edit) @562f382c   15 years michaelni Increase VIDEO_PICTURE_QUEUE_SIZE to 2. this allows more asynchronous …
(edit) @d3d7b12e   15 years michaelni Do not call SDL_SetVideoMode() with the same size as previously as …
(edit) @114a93c7   15 years benoit.fouet Fix ffm_close return type. Originally committed as revision 22432 to …
(edit) @2dc22a64   15 years vitor1001 Fix memory leak in FFM demuxer Originally committed as revision 22431 …
(edit) @9a894c48   15 years mans undef av_always_inline before redefining Fixes numerous warnings with …
(edit) @9885284c   15 years michaelni Check level_prefix a bit (this just checks the max our bitreader can …
(edit) @83c2bc7a   15 years baptiste.coudurier In mpegts muxer, free adts context and temporary data Originally …
(edit) @e3433702   15 years baptiste.coudurier reindent Originally committed as revision 22427 to …
(edit) @cbfa66d0   15 years martin Include os_support.h which has a fallback declaration of socklen_t …
(edit) @611b17d7   15 years martin Using struct timeval requires sys/time.h, fixes compilation on some …
(edit) @e24080f0   15 years ramiro.polla vfwcap: Add support for UYVY pixel format. Originally committed as …
(edit) @0853a2b4   15 years mans 10l: fix version.h generation Note to self: always test in a clean …
(edit) @0680c40a   15 years mans Remove .SECONDARY directive The presence of the .SECONDARY directive …
(edit) @f82bf85   15 years mans Make version.h depend on git changes Originally committed as revision …
(edit) @6a53fff   15 years mans Improve version.h generation Force version.sh to run whenever the …
(edit) @93bff1de   15 years mans Replace $(G) with more generic $(M) in silent make rules Originally …
(edit) @86be2bc3   15 years mans Prettify make output for documentation Originally committed as …
(edit) @b91cd809   15 years mans Change dir into doc/ when running texi2html This silly program always …
(edit) @f50dafa8   15 years lessen42 vp3: avoid buffer overread in coeff decode I couldn't measure it to …
(edit) @2cbc1ec6   15 years Carl Eugen Hoyos Fix indentation after r22414. Originally committed as revision 22415 …
(edit) @d00261a3   15 years Carl Eugen Hoyos SIMD optimization using float_to_int16_interleave. Patch by Zhou …
(edit) @6ebc7240   15 years alex.converse aacsbr: Check that bs_num_env is valid before writing arrays with it …
(edit) @134b8cbb   15 years alex.converse aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent …
(edit) @f7e7888b   15 years alex.converse aacsbr: Factor out the common end border case from t_q setup. …
(edit) @ac8d655a   15 years alex.converse aacsbr: read bs_rel_bord directly into t_env. Originally committed as …
(edit) @ecc1f8c3   15 years alex.converse aacsbr: Make the previous value of bs_num_env local to …
(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 …
Note: See TracRevisionLog for help on using the revision log.