summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* zero private bitsMichael Niedermayer2006-11-10
| | | | Originally committed as revision 6961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a identifer and the first header in extradataMichael Niedermayer2006-11-10
| | | | | | | with this mp3 should be binary identical to what you had before header compression support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?) Originally committed as revision 6960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also set strict_std_compliance for stream copy, its needed for the bitstream ↵Michael Niedermayer2006-11-10
| | | | | | filters Originally committed as revision 6959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-10
| | | | | | | | | this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output this will only work in containers providing at least packet size, sample_rate and number of channels bugreports about mp3 files for which this fails are welcome and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little) Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
| | | | Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16bit in avi is RGB555Michael Niedermayer2006-11-09
| | | | Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-09
| | | | Originally committed as revision 6955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni2006-11-09
| | | | Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-09
| | | | Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for byteswap.hMåns Rullgård2006-11-09
| | | | Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-09
| | | | Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
| | | | Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
| | | | Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for AAC in matroskaAurelien Jacobs2006-11-08
| | | | Originally committed as revision 6947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add audio output sampling freqency reading in matroskaAurelien Jacobs2006-11-08
| | | | Originally committed as revision 6946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a memory leak in DV format.Brian Brice2006-11-08
| | | | | | Patch by Brian Brice bbrice at newtek dot com Originally committed as revision 6945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as matroska.c maintainer.Aurelien Jacobs2006-11-08
| | | | Originally committed as revision 6944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs2006-11-08
| | | | Originally committed as revision 6943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ↵Michael Niedermayer2006-11-08
| | | | | | the end of the picture Originally committed as revision 6942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal FourCC values.Diego Biurrun2006-11-08
| | | | Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-08
| | | | | | | tabs removed by me VOL vs. VOP check fixed by me Originally committed as revision 6940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* utf8 title support for psp (untested)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add "seek by bytes" support to ffplaySteve L'Homme2006-11-07
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Orginal thread: Date: Nov 6, 2006 5:58 PM Subject: Re: [Ffmpeg-devel] [Bad news]: MPEG Seek has failed to work in FFmpeg SVN Originally committed as revision 6937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for rtp/h264 streamingRyan Martell2006-11-07
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some documentation on the vhook imlib2 moving images feature.Víctor Paesa2006-11-07
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyLuca Barbato2006-11-07
| | | | Originally committed as revision 6932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use MMX only under x86_32, there are compilation problems.Diego Biurrun2006-11-07
| | | | Originally committed as revision 6931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-07
| | | | | | | | | Patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Jul 30, 2006 12:28 AM Subject: [Ffmpeg-devel] [PATCH] Add moving images feature to imlib2 vhook Originally committed as revision 6929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson2006-11-07
| | | | | | | | | Patch by Nigel Pearson % nigel A ind P tansu P com P au % Original thread: Date: Nov 6, 2006 10:43 PM Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS Originally committed as revision 20740 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Bump version for Fraps v[24] supportKostya Shishkov2006-11-07
| | | | Originally committed as revision 6928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow reading matroska title.Aurelien Jacobs2006-11-07
| | | | Originally committed as revision 6927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitAurelien Jacobs2006-11-06
| | | | Originally committed as revision 6926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't need to check for NULL before av_free().Aurelien Jacobs2006-11-06
| | | | | | And don't need to memset(0) the no more used priv_data. Originally committed as revision 6925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for block duration.Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 19:22:14 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska block duration support Originally committed as revision 6924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 21:20:14 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska known/unknown codec Originally committed as revision 6923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess matroska files frame rateSteve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Mon, 06 Nov 2006 21:28:52 +0100 Subject: [Ffmpeg-devel] [PATCH] Matroska FPS info Originally committed as revision 6922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell2006-11-06
| | | | | | | | | Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 6:39 PM Subject: [Ffmpeg-devel] [PATCH] RTP/Get Duration of file (for seeking in stream) Originally committed as revision 6921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try for -vcodec copy timebase selection last one choose 1fps due to ↵Michael Niedermayer2006-11-06
| | | | | | broken opendivx stream in avi (avi had the correct 15fps) Originally committed as revision 6920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-06
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Nov 6, 2006 7:24 PM Subject: [Ffmpeg-devel] [PATCH] no 10 bytes floats Originally committed as revision 6919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-06
| | | | Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments for macro GET_UTF8Guillaume Poirier2006-11-06
| | | | | | another fix in PUT_UTF8 doxy description Originally committed as revision 6917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-06
| | | | Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-06
| | | | Originally committed as revision 6915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AVCodecParser prototypes and definitions to parser.h, and move ↵Baptiste Coudurier2006-11-06
| | | | | | mpegvideo parser to mpeg12.c Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk