| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The configure test for ebx fails because it is run before the -mdynamic-no-pic | Alexander Strange | 2007-05-01 | 1 | -2/+2 |
* | use asf stream information to set bitrate | Zuxy Meng | 2007-04-30 | 1 | -4/+12 |
* | Fix loop condition so it can be run through more than once. | Wolfram Gloger | 2007-04-30 | 1 | -2/+3 |
* | more detailed error message for buffer underflow | Wolfram Gloger | 2007-04-30 | 1 | -1/+3 |
* | cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-30 | 1 | -2682/+2681 |
* | prevent going out of the buffer if the nal size does not fit in the buffer. | Mean | 2007-04-29 | 1 | -1/+1 |
* | cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-29 | 4 | -1445/+1449 |
* | cosmetics: Fix stray wrongly indented line. | Diego Biurrun | 2007-04-29 | 1 | -1/+1 |
* | cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-29 | 4 | -2498/+2497 |
* | check for channels<=0 and print a reasonable error message | Alex Beregszaszi | 2007-04-29 | 1 | -1/+3 |
* | add V.Flash PTX decoder | Ivo van Poorten | 2007-04-29 | 6 | -0/+125 |
* | fix AVStream documentation: clarify start_time, start_time and duration are a... | Baptiste Coudurier | 2007-04-28 | 1 | -4/+2 |
* | cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-28 | 5 | -3081/+3074 |
* | cosmetics: Replace manual tab indentation by \n\t as in the rest of the file. | Diego Biurrun | 2007-04-28 | 1 | -43/+43 |
* | Register myself as DCA maintainer | Kostya Shishkov | 2007-04-28 | 1 | -0/+1 |
* | add missing include of bswap.h | Attila Kinali | 2007-04-27 | 1 | -0/+1 |
* | Support for newer MacOSX AIFF | Kostya Shishkov | 2007-04-27 | 1 | -0/+1 |
* | fix oss audio playback, broken since r7983, pass AVFormatContext filename to ... | Baptiste Coudurier | 2007-04-27 | 1 | -1/+1 |
* | fix exploitable buffer overflow | Michael Niedermayer | 2007-04-27 | 1 | -0/+3 |
* | Mark code parts that cannot work on AMD64 due to broken relocations as such. | Diego Biurrun | 2007-04-27 | 3 | -6/+10 |
* | cosmetics: Align some lines. | Diego Biurrun | 2007-04-27 | 1 | -5/+5 |
* | Use correct CONFIG_RTP_MUXER ifdef | Alex Beregszaszi | 2007-04-27 | 1 | -1/+1 |
* | implement ff_socket_nonblock and use it in networking code | Alex Beregszaszi | 2007-04-27 | 4 | -4/+13 |
* | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi | 2007-04-27 | 5 | -16/+33 |
* | use network.h instead network includes | Alex Beregszaszi | 2007-04-27 | 1 | -5/+1 |
* | 10l, rtp_muxer needs config_network | Alex Beregszaszi | 2007-04-27 | 1 | -1/+1 |
* | Make protocols configure selectable and also cleanup the CONFIG_NETWORK | Alex Beregszaszi | 2007-04-26 | 3 | -24/+38 |
* | Don't compile RTSP_DEMUXER if not requested | Alex Beregszaszi | 2007-04-26 | 1 | -0/+2 |
* | properly compile code for REDIR_DEMUXER | Alex Beregszaszi | 2007-04-26 | 2 | -1/+3 |
* | cosmetics: Remove trailing whitespace. | Diego Biurrun | 2007-04-26 | 14 | -314/+313 |
* | remove CONFIG_NETWORK, av_read_play/pause are exported anyway | Alex Beregszaszi | 2007-04-26 | 1 | -2/+0 |
* | cosmetics: Remove trailing whitespace and tabs. | Diego Biurrun | 2007-04-26 | 3 | -8/+8 |
* | cosmetics: sort() | Diego Biurrun | 2007-04-26 | 1 | -5/+5 |
* | properly check for CONFIG_RTSP_DEMUXER | Alex Beregszaszi | 2007-04-26 | 1 | -0/+2 |
* | Use correct RTSP_DEMUXER checks instead of NETWORK. | Alex Beregszaszi | 2007-04-26 | 1 | -3/+3 |
* | move resolve_host from tcp.c to os_support.c as it is used widely | Alex Beregszaszi | 2007-04-26 | 2 | -17/+20 |
* | cosmetics in resolve_host | Alex Beregszaszi | 2007-04-26 | 1 | -2/+2 |
* | remove unused rtsp_callback | Alex Beregszaszi | 2007-04-26 | 2 | -27/+0 |
* | proper dependency on mpegts_demuxer for rtp_muxer | Diego Biurrun | 2007-04-26 | 2 | -2/+2 |
* | Remove redundant dependency from ffserver_deps. | Diego Biurrun | 2007-04-26 | 1 | -1/+1 |
* | Don't declare -lm as a dependency of swscale-example. | Diego Biurrun | 2007-04-26 | 1 | -1/+2 |
* | remove no more true comment | Baptiste Coudurier | 2007-04-26 | 1 | -1/+0 |
* | cosmectics, use consistant and homogeneous type names for atoms | Baptiste Coudurier | 2007-04-26 | 3 | -18/+18 |
* | use dprintf with AVFormatContext and simplify | Baptiste Coudurier | 2007-04-26 | 1 | -24/+16 |
* | Remove large automatics from stack. | Marc Hoffman | 2007-04-26 | 1 | -3/+3 |
* | Fix reading PTSs and DTSs in libavformat, by reverting r8465. | Luca Abeni | 2007-04-26 | 1 | -4/+17 |
* | Policy addition: New files should have proper license headers. | Diego Biurrun | 2007-04-26 | 1 | -0/+3 |
* | remove now obsolete and no more true comments | Baptiste Coudurier | 2007-04-26 | 1 | -8/+0 |
* | reorder bswap functions into bit-depth, special-casing inside the functions. | Ramiro Polla | 2007-04-26 | 1 | -65/+14 |
* | make 2 functions "return x;" to simplify next patch | Ramiro Polla | 2007-04-26 | 1 | -2/+4 |