summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
| | | | | | | | | This patch permits to recognize these streams but it's untested for lack of samples. Patch by Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-08
| | | | Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up useless codeBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better handling of partial filesBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
| | | | Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-07
| | | | Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
| | | | Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-07
| | | | Originally committed as revision 5662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
| | | | | | patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Chinese AVS decoderDiego Biurrun2006-07-07
| | | | Originally committed as revision 5659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-07
| | | | Originally committed as revision 5658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2006-07-07
| | | | Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unresponsive maintainer policy (its pretty much what has always been done in ↵Michael Niedermayer2006-07-07
| | | | | | | | | practice anyway) changes have been ok-ed by a lot of people (see ffmpeg-dev) iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon Originally committed as revision 5656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, ↵Kostya Shishkov2006-07-07
| | | | | | | | and always use halfpel MC. Not quite there yet but a bit better picture on some files. Originally committed as revision 5652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable coefficient scalingKostya Shishkov2006-07-07
| | | | Originally committed as revision 5651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't read out-of-bounds values.Kostya Shishkov2006-07-07
| | | | Originally committed as revision 5650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-06
| | | | Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-06
| | | | Originally committed as revision 5648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-06
| | | | Originally committed as revision 5647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be ↵Stefan Gehrer2006-07-06
| | | | | | worth it Originally committed as revision 5646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increasing version for AVBitStreamFiltersMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise bitstream filterMichael Niedermayer2006-07-06
| | | | | | add priv_data field to AVBitStreamFilterContext Originally committed as revision 5644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVBitStreamFilter (some thingy which can modify the bitstream like add or ↵Michael Niedermayer2006-07-06
| | | | | | remove global headers or change the headers or ...) Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
| | | | | | patch by Stefan Huehner, stefan & at & huehner & dot & org Originally committed as revision 5639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to whoever write thisMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for unparsed AMR inputMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-06
| | | | | | untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-06
| | | | Originally committed as revision 5635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper LGPL header.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-05
| | | | | | patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it Originally committed as revision 5632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
| | | | Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
| | | | Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabledMåns Rullgård2006-07-05
| | | | Originally committed as revision 5629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-05
| | | | Originally committed as revision 5628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* even more cbp safetyStefan Gehrer2006-07-05
| | | | Originally committed as revision 5627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed removing this line in my last commitStefan Gehrer2006-07-05
| | | | Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete and non-functional support for external LZO.Ville Skyttä2006-07-05
| | | | | | patch by Ville Skyttä, scop at users dot sourceforge dot net Originally committed as revision 5625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: V_PATH vs VPATH typoDiego Biurrun2006-07-05
| | | | Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous -I../.. flag that points outside of the src directory.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk