summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ↵Baptiste Coudurier2007-10-30
| | | | | | aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant prototypeLuca Abeni2007-10-29
| | | | Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-28
| | | | Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename crc.c to crcenc.cAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move framecrc muxer in its own fileAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindented after previous commitNico Sabbi2007-10-27
| | | | Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added option programid to select the program to use and relative code to ↵Nico Sabbi2007-10-27
| | | | | | handle it Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a branch from an inner loop.Loren Merritt2007-10-27
| | | | | | 1% faster flac encoding. Originally committed as revision 10865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print newline after program id even when the name is missingNico Sabbi2007-10-26
| | | | Originally committed as revision 10864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-26
| | | | Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove prototype for non-existent functionLuca Abeni2007-10-26
| | | | Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use #define with names starting with _Aurelien Jacobs2007-10-25
| | | | Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes warning:Diego Biurrun2007-10-25
| | | | | | | utils.c: In function 'dump_format': utils.c:2542: warning: unused variable 'flags' Originally committed as revision 10858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-24
| | | | Originally committed as revision 10857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-opts option to --disable-optimizations in order to be lessDiego Biurrun2007-10-24
| | | | | | ambiguous, opts sounds more like options than optimizations. Originally committed as revision 10855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename optimize variable to the slightly more meaningful optimizations.Diego Biurrun2007-10-24
| | | | Originally committed as revision 10854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentation.Benoit Fouet2007-10-24
| | | | Originally committed as revision 10853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent mov muxer from writing empty udta atoms.Benoit Fouet2007-10-24
| | | | Originally committed as revision 10852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for reading duration from VBRI-tag in mp3 filesAndreas Öman2007-10-24
| | | | Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move setting of key frame flag for intra-only codecs, ignoring key frameJeff Downs2007-10-24
| | | | | | | | | flag of parser for such codecs as intra-only parsers don't set key frame flag. Corrects lack of key frame marking in mjpeg, possibly others. Original thread: Key Frame Marking, Fri, 12 Oct 2007 03:35:57 Originally committed as revision 10850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Updated and rewritten Windows-related documentation.Ramiro Polla2007-10-24
| | | | Originally committed as revision 10849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFMINBaptiste Coudurier2007-10-23
| | | | Originally committed as revision 10848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentAndreas Öman2007-10-23
| | | | Originally committed as revision 10847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman2007-10-23
| | | | Originally committed as revision 10846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for reading duration from Xing-tag in mp3 filesAndreas Öman2007-10-23
| | | | Originally committed as revision 10845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify install-libs prerequisite generation.Diego Biurrun2007-10-23
| | | | Originally committed as revision 10844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs2007-10-22
| | | | Originally committed as revision 10843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install of man pages when PROGS is empty.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install when PROGS is empty.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify install-progs prerequisite declaration.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier2007-10-22
| | | | | | | | limit atom size to what is left, assuming container atom has correct size.. cricket4.3g2 has incorrect moov atom size which indicates that file size should be 2 bytes bigger than it is and quicktime reads it correctly though. Originally committed as revision 10836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use simple IDCT for nowKostya Shishkov2007-10-22
| | | | Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect and unneeded codeKostya Shishkov2007-10-22
| | | | Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 ↵Baptiste Coudurier2007-10-21
| | | | | | because buf is char* since r10818 Originally committed as revision 10832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-21
| | | | Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentAurelien Jacobs2007-10-21
| | | | Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add #endif comment.Aurelien Jacobs2007-10-21
| | | | Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context varAurelien Jacobs2007-10-21
| | | | Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New RM format deserves small version bumpKostya Shishkov2007-10-21
| | | | Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation after last commitKostya Shishkov2007-10-21
| | | | Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-21
| | | | Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
| | | | | | | Patch by Aurelien Jacobs (aurel at "... is not unix"age.org) Thread [RFC] Feed whole frames to RV* decoders Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk