summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* indention cleanupMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter names for the block type enumMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inappropriate debuging av_log() alternatively they could be changed ↵Michael Niedermayer2007-04-07
| | | | | | to dprintf() Originally committed as revision 8660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-07
| | | | | | | 5% smaller adpcm.o 20% faster Originally committed as revision 8657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prev1/2 -> prev[2]Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* general purpose vars should be intMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add THP video and audio decoders.Diego Biurrun2007-04-07
| | | | Originally committed as revision 8650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-07
| | | | Originally committed as revision 8648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-07
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ↵Michael Niedermayer2007-04-07
| | | | | | edu pl) Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-04-07
| | | | Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-07
| | | | Originally committed as revision 22932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/wording/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a list of valid AMR bitrates if a wrong one is used.Víctor Paesa2007-04-07
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-06
| | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad ↵Kamil Nowosad2007-04-06
| | | | | | students mimuw edu pl Originally committed as revision 8637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff & sgi regression testMichael Niedermayer2007-04-06
| | | | Originally committed as revision 8636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-06
| | | | Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-06
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-06
| | | | | | patch by David Bateman, adb014 gmail com Originally committed as revision 8632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some help for the analyzeduration option.Víctor Paesa2007-04-06
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-06
| | | | Originally committed as revision 8630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove compound literals gcc 2.95 doesnt support taking an address of a ↵Michael Niedermayer2007-04-05
| | | | | | | | | compound literal and the current code was my fault as i suggested the student to use compound literals beliving gcc 2.95 supports them completely ... Originally committed as revision 8629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update doc to show FLAC encodingJustin Ruggles2007-04-04
| | | | Originally committed as revision 8628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
| | | | | | | | Patch by Ian Braithwaite ian braithwaite dot dk [Ffmpeg-devel] WMA decoder improvement, 2007-03-28 15:50 Originally committed as revision 8627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1_split should be staticKostya Shishkov2007-04-04
| | | | Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-04
| | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo/grammarDiego Biurrun2007-04-04
| | | | Originally committed as revision 8623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless pointer shift.Benoit Fouet2007-04-03
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out while loop.Benoit Fouet2007-04-03
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-03
| | | | Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk