8878 Commits (ca6940f871c2b8fdd056407f7928659d42c6d1b0)
 

Author SHA1 Message Date
Aurelien Jacobs 5ae4975c65 remove outdated comment 18 years ago
Aurelien Jacobs 2b1785b7cc remove no more needed parameters 18 years ago
Michael Niedermayer cb496e1f12 zero byte idea by rich 18 years ago
Michael Niedermayer 6573578d7b 2 other variants of how to implement the core part 18 years ago
Aurelien Jacobs 086b0ad8ca set pkt->duration for laced packets too 18 years ago
Aurelien Jacobs 9b54ab15e7 calculate pts for laced packets 18 years ago
Aurelien Jacobs 7fde6331a7 calculate default_duration for AAC tracks 18 years ago
Aurelien Jacobs 25f2b76fdb scale duration and default_duration 18 years ago
Michael Niedermayer 20bd4e0799 cosmetic cleanup 18 years ago
Michael Niedermayer 3884689bd5 cosmetic cleanup 18 years ago
Michael Niedermayer 913cbde41a 10% smaller object file, 2% slower 18 years ago
Aurelien Jacobs 916bf03a69 move timecode calculation out of laces loop 18 years ago
Michael Niedermayer c6fd617aea very slightly smaller object file 18 years ago
Michael Niedermayer 11bf0eb69a make count count bytes not bits (this is simpler and leads to a very slightly smaller object file) 18 years ago
Michael Niedermayer de953b6b67 remove bigger and slower code 18 years ago
Michael Niedermayer 82da03f717 dont recommand testing with -O3 18 years ago
Michael Niedermayer aa59433af6 avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2) 18 years ago
Michael Niedermayer 3479b72bc2 its faster to copy the data to the stack it seems ... 18 years ago
Michael Niedermayer ae76034cbb explain how to test it 18 years ago
Michael Niedermayer 7c60e55bff simple SHA-1 implementation 18 years ago
Baptiste Coudurier 3679f65946 remove wrong avid imx ntsc fourcc 18 years ago
Limin Wang 05e894bcdc Explain a few more options that were recently added. 18 years ago
Ramiro Polla 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago
Diego Biurrun 3d3361e509 libswscale header files are put in a subdirectory named ffmpeg, not swscale. 18 years ago
Benoit Fouet f6ac2667e5 Remove -ab 64k from ffmpeg options, this is now default. 18 years ago
Panagiotis Issaris 43cd2d3225 Install mem.h on "make install" as: 18 years ago
Diego Biurrun bbec8c2c63 Recommend building qt-faststart using make instead of a manual cc invocation. 18 years ago
Ronald S. Bultje ecb4a895b2 Properly initialize filesize during input buffer initialization. 18 years ago
Panagiotis Issaris 792098c2ec Move the memory related functions out of common.h into their own header file 18 years ago
Diego Biurrun 1420b8375d Remove superfluous header include. 18 years ago
Limin Wang bde0705c8c cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com. 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Baptiste Coudurier ea486ab3be remove codec_info_duration/nb_frames from AVStream 18 years ago
Baptiste Coudurier 17ceb4f9d1 add message saying that pgmyuv format is deprecated 18 years ago
Aurelien Jacobs ded669f836 cosmetic: indent after last commit 18 years ago
Aurelien Jacobs ac9073c926 reorder pts of packets from tracks using V_MPEG* codecs 18 years ago
Aurelien Jacobs 3d20538d07 revert r7181 18 years ago
Aurelien Jacobs 6bed20f45a check if current block contains a B frame and gives this info to parse_block() 18 years ago
Aurelien Jacobs 4d41f3eea0 extract ebml_read_binary() out of matroska_parse_block() 18 years ago
Aurelien Jacobs 12f3278dc5 reindent after last commit 18 years ago
Aurelien Jacobs 0fb7a2b9bf parse clusters until some packets are queued 18 years ago
Aurelien Jacobs 0f3bd8ce1b fix a stupid bug in ebml_read_sint() 18 years ago
Aurelien Jacobs 912c94f3ff use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() 18 years ago
Benjamin Larsson 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 years ago
Ian Braithwaite e7485bf378 Replace custom modified discrete cosine transform with ffmpeg's own. 18 years ago
Justin Ruggles 43a0791b66 the AC-3 parser needs ac3.o 18 years ago
Justin Ruggles 2476139973 move AC-3 header parsing to ac3.c 18 years ago
Kostya Shishkov c81ab015f8 Correctly ME border blocks 18 years ago
Reimar Döffinger 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 years ago