aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-011-2/+2
* use asf stream information to set bitrateZuxy Meng2007-04-301-4/+12
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-301-2/+3
* more detailed error message for buffer underflowWolfram Gloger2007-04-301-1/+3
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-301-2682/+2681
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-291-1/+1
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-294-1445/+1449
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-291-1/+1
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-294-2498/+2497
* check for channels<=0 and print a reasonable error messageAlex Beregszaszi2007-04-291-1/+3
* add V.Flash PTX decoderIvo van Poorten2007-04-296-0/+125
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-281-4/+2
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-285-3081/+3074
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun2007-04-281-43/+43
* Register myself as DCA maintainerKostya Shishkov2007-04-281-0/+1
* add missing include of bswap.hAttila Kinali2007-04-271-0/+1
* Support for newer MacOSX AIFFKostya Shishkov2007-04-271-0/+1
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...Baptiste Coudurier2007-04-271-1/+1
* fix exploitable buffer overflowMichael Niedermayer2007-04-271-0/+3
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-273-6/+10
* cosmetics: Align some lines.Diego Biurrun2007-04-271-5/+5
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-271-1/+1
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-274-4/+13
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-275-16/+33
* use network.h instead network includesAlex Beregszaszi2007-04-271-5/+1
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-271-1/+1
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-263-24/+38
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-261-0/+2
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-262-1/+3
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-2614-314/+313
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-261-2/+0
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-263-8/+8
* cosmetics: sort()Diego Biurrun2007-04-261-5/+5
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-261-0/+2
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-261-3/+3
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-262-17/+20
* cosmetics in resolve_hostAlex Beregszaszi2007-04-261-2/+2
* remove unused rtsp_callbackAlex Beregszaszi2007-04-262-27/+0
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-262-2/+2
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-261-1/+1
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-261-1/+2
* remove no more true commentBaptiste Coudurier2007-04-261-1/+0
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-263-18/+18
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-261-24/+16
* Remove large automatics from stack.Marc Hoffman2007-04-261-3/+3
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-261-4/+17
* Policy addition: New files should have proper license headers.Diego Biurrun2007-04-261-0/+3
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-261-8/+0
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-261-65/+14
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-261-2/+4