aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-212-25/+93
| | | | | | Some changes by Roberto Togni and blessed by him on IRC. Originally committed as revision 10823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_des_encdecReimar Döffinger2007-10-201-0/+10
| | | | Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for decrypting asf filesReimar Döffinger2007-10-204-1/+204
| | | | Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-201-0/+3
| | | | Originally committed as revision 10820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* API extension: AVProgram now has an array (stream_index) containing the ↵Nico Sabbi2007-10-202-2/+38
| | | | | | indexes of the streams in AVFormatContext Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: moved to a separate function the code to print the ↵Nico Sabbi2007-10-201-29/+27
| | | | | | characteristics of an AVStream Originally committed as revision 10818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for git in version.sh (use short hash as version number)Aurelien Jacobs2007-10-201-0/+6
| | | | Originally committed as revision 10817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics to make version.sh more VCS agnosticAurelien Jacobs2007-10-201-5/+9
| | | | Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The 'Video Filter API' is better known as 'libavfilter'.Víctor Paesa2007-10-191-3/+4
| | | | Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MSVC import libraries without version numbering in the filename.Ramiro Polla2007-10-191-2/+2
| | | | Originally committed as revision 10814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.Ramiro Polla2007-10-191-12/+14
| | | | | | | Makes non-posix systems shared library names more correct, such as avcodec-buildsuf-51.dll instead of avcodec-51-buildsuf.dll Originally committed as revision 10813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Jeremy Mordkoff2007-10-191-1/+1
| | | | | | Patch by Jeremy Mordkoff: jlm zazzletech com Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add #endif comment.Diego Biurrun2007-10-191-1/+1
| | | | Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for DES en- and decryption.Reimar Döffinger2007-10-193-0/+358
| | | | Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar.Ramiro Polla2007-10-191-1/+1
| | | | Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-182-4/+2
| | | | Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better check for video track detectionAurelien Jacobs2007-10-181-1/+1
| | | | Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unsupported audio track dataAurelien Jacobs2007-10-181-0/+4
| | | | Originally committed as revision 10806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-10-181-17/+16
| | | | Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-181-0/+2
| | | | Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute pts according to the audio codecAurelien Jacobs2007-10-181-0/+7
| | | | Originally committed as revision 10803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bytes per sample in the contextAurelien Jacobs2007-10-181-3/+3
| | | | Originally committed as revision 10802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix big endian files supportAurelien Jacobs2007-10-181-1/+1
| | | | Originally committed as revision 10801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-10-181-7/+2
| | | | Originally committed as revision 10800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-181-5/+17
| | | | Originally committed as revision 10799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for PCM codecAurelien Jacobs2007-10-181-0/+1
| | | | Originally committed as revision 10798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check compression_type to assign audio codecAurelien Jacobs2007-10-181-2/+7
| | | | Originally committed as revision 10797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compression_type a function local var instead of a context varAurelien Jacobs2007-10-181-3/+3
| | | | Originally committed as revision 10796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for big_endian encoded headersAurelien Jacobs2007-10-181-0/+6
| | | | Originally committed as revision 10795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some error processingAurelien Jacobs2007-10-181-2/+8
| | | | Originally committed as revision 10794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-10-181-10/+9
| | | | Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs2007-10-181-10/+17
| | | | Originally committed as revision 10792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add audio and video codec context varsAurelien Jacobs2007-10-181-2/+7
| | | | Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better log messageAurelien Jacobs2007-10-181-1/+1
| | | | Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vp6 header parsing into its own functionAurelien Jacobs2007-10-181-3/+13
| | | | Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 2 temporary variablesAurelien Jacobs2007-10-181-4/+2
| | | | Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set a default value for num_channelsAurelien Jacobs2007-10-181-0/+2
| | | | Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move audio header parsing in its own functionAurelien Jacobs2007-10-181-26/+40
| | | | Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a log messageAurelien Jacobs2007-10-181-0/+1
| | | | Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix commentAurelien Jacobs2007-10-181-2/+2
| | | | Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationAurelien Jacobs2007-10-182-4/+4
| | | | Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-181-3/+1
| | | | Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-181-1/+1
| | | | Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-181-0/+1
| | | | | | patch by Thorsten Jordan, tjordan macrosystem de Originally committed as revision 10780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added myself as maintainer of the Nellymoser codecBenjamin Larsson2007-10-181-0/+1
| | | | Originally committed as revision 10779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-181-0/+9
| | | | Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-181-1/+13
| | | | | | | | overflows due to a buggy codec note, ive not checked if such overflows could have been exploitable before this commit Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify one variable setting.Diego Biurrun2007-10-181-3/+1
| | | | Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-181-4/+7
| | | | | | | | | | | location. This fixes a regression introduced by the rewrite of url_split() in r10605. Patch by Ronald S. Bultje: rsbultje gmail com Original thread: [FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled Date: 10/12/2007 08:19 PM Originally committed as revision 10775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
| | | | Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale