summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 10lMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* double ;;Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize VARIANT2 (smaller and slower)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 2% speed loss change (r8360)Michael Niedermayer2007-03-13
| | | | | | so VARIANT0 will be big and a few % faster, VARIANT1/2 are unaffected Originally committed as revision 8371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove outdated commentAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed parametersAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero byte idea by richMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-13
| | | | | | benchmarks welcome ... Originally committed as revision 8367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pts for laced packetsAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scale duration and default_durationAurelien Jacobs2007-03-13
| | | | Originally committed as revision 8363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic cleanupMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic cleanupMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move timecode calculation out of laces loopAurelien Jacobs2007-03-12
| | | | Originally committed as revision 8359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* very slightly smaller object fileMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make count count bytes not bits (this is simpler and leads to a very ↵Michael Niedermayer2007-03-12
| | | | | | slightly smaller object file) Originally committed as revision 8357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove bigger and slower codeMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont recommand testing with -O3Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain how to test itMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simple SHA-1 implementationMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain a few more options that were recently added.Limin Wang2007-03-12
| | | | | | patch by Limin Wang, lance.lmwang gmail com Originally committed as revision 8349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
| | | | | | patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -ab 64k from ffmpeg options, this is now default.Benoit Fouet2007-03-12
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
| | | | | | | * the mem.h functions are part of the public API * common.h includes mem.h and common.h is installed Originally committed as revision 8345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recommend building qt-faststart using make instead of a manual cc invocation.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-12
| | | | | | patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 8343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
| | | | | | mem.h. Originally committed as revision 8342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous header include.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang2007-03-12
| | | | Originally committed as revision 8340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent after last commitAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r7181Aurelien Jacobs2007-03-11
| | | | | | | This was a stupid mistake. We already take care of time_scale in av_set_pts_info(). Originally committed as revision 8333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-11
| | | | | | | This allows to read all the blockgroup parameters before parsing the block itself. Originally committed as revision 8331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after last commitAurelien Jacobs2007-03-11
| | | | Originally committed as revision 8330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse clusters until some packets are queuedAurelien Jacobs2007-03-11
| | | | | | instead of parsing only one cluster Originally committed as revision 8329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-11
| | | | Originally committed as revision 8327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old ↵Benjamin Larsson2007-03-11
| | | | | | behaviour. Originally committed as revision 8326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite2007-03-11
| | | | | | | | | | This does alter the decoded output, but not by much. The new output is closer to that produced by Real's "official" decoder, and the decoder runs slightly faster. Patch by Ian Braithwaite ian at braithwaite dot dk Originally committed as revision 8325 to svn://svn.ffmpeg.org/ffmpeg/trunk