summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream_filter.c
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
* 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 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