| Commit message (Expand) | Author | Age | Files | Lines |
* | probe more kind of electronic arts files | Aurelien Jacobs | 2007-11-07 | 1 | -0/+8 |
* | Move external library registrations into a separate block after all native | Diego Biurrun | 2007-11-07 | 1 | -2/+4 |
* | Add some explanatory comments. | Diego Biurrun | 2007-11-07 | 1 | -0/+2 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 7 | -9/+9 |
* | Remove disabled muxer skeleton, blessed by Mans. | Diego Biurrun | 2007-11-07 | 1 | -32/+0 |
* | Give the libnut muxer a lib prefix in its name so it does not conflict with | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | Specify the server address when opening an rtp:// URL in rtsp.c, so | Ronald S. Bultje | 2007-11-07 | 1 | -1/+1 |
* | Check context before accessing its field. | Thorsten Jordan | 2007-11-07 | 1 | -0/+1 |
* | Musepack SV8 demuxer and decoder | Kostya Shishkov | 2007-11-07 | 4 | -2/+248 |
* | Allow propagation of stream selection through the ASF demuxer to the | Björn Axelsson | 2007-11-06 | 1 | -0/+14 |
* | Split out the MDPR chunk reading into its own function. | Ronald S. Bultje | 2007-11-06 | 1 | -58/+73 |
* | Do not send too many RTCP packets (according to RFC 3550, the minimum | Luca Abeni | 2007-11-05 | 1 | -1/+3 |
* | Use a symbolic name for the payload size of an RTCP Sender Report packet | Luca Abeni | 2007-11-05 | 1 | -1/+2 |
* | Add some parentheses to clarify operator precedence, fixes the warnings: | Diego Biurrun | 2007-11-04 | 1 | -2/+2 |
* | make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de... | Andreas Öman | 2007-11-04 | 1 | -1/+5 |
* | Enable debug variable only when debug code is enabled, fixes the warning: | Diego Biurrun | 2007-11-04 | 1 | -0/+2 |
* | add support for demuxing Electronic Arts .cdata files | Aurelien Jacobs | 2007-11-03 | 3 | -0/+102 |
* | Add ff_ prefix to get_v() | Kostya Shishkov | 2007-11-03 | 4 | -43/+43 |
* | Make get_v() available to the other demuxers | Kostya Shishkov | 2007-11-03 | 3 | -11/+13 |
* | typo | Michael Niedermayer | 2007-11-03 | 1 | -1/+1 |
* | fix misdetection of mp3could_not_find_codec_parameters.mp3 | Michael Niedermayer | 2007-11-03 | 1 | -2/+24 |
* | Seek regression for RM demuxer fix | Kostya Shishkov | 2007-11-03 | 2 | -0/+4 |
* | revert part of r10899 which was not intended | Aurelien Jacobs | 2007-11-01 | 1 | -11/+1 |
* | remove useless initialization to 0 of adx context | Aurelien Jacobs | 2007-11-01 | 1 | -1/+11 |
* | Revert get_num() to old behaviour in order to handle | Kostya Shishkov | 2007-11-01 | 1 | -1/+1 |
* | support flv with invalid header | Michael Niedermayer | 2007-10-31 | 1 | -2/+1 |
* | factorize stream creation | Michael Niedermayer | 2007-10-31 | 1 | -9/+11 |
* | Remove unused variables, fixes the following warnings: | Diego Biurrun | 2007-10-31 | 1 | -2/+1 |
* | Take the target address family in account when determining the family of | Ronald S. Bultje | 2007-10-31 | 1 | -2/+5 |
* | Reindent after last commit | Luca Abeni | 2007-10-31 | 1 | -20/+21 |
* | Resolve hosts and bind sockets even when the local_port is not set (0) | Nicolas George | 2007-10-31 | 1 | -11/+1 |
* | EA IMA EACS decoder | Peter Ross | 2007-10-30 | 1 | -0/+1 |
* | EA IMA SEAD decoder | Peter Ross | 2007-10-30 | 1 | -0/+27 |
* | If local port n is not available, try n + 2 instead of continuing to bind | Luca Abeni | 2007-10-30 | 1 | -1/+1 |
* | rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.... | Baptiste Coudurier | 2007-10-30 | 6 | -12/+12 |
* | Remove redundant prototype | Luca Abeni | 2007-10-29 | 1 | -3/+0 |
* | Remove the inclusion of rtsp.h and rtp.h from avformat.h, and | Luca Abeni | 2007-10-29 | 2 | -4/+1 |
* | rename crc.c to crcenc.c | Aurelien Jacobs | 2007-10-28 | 2 | -1/+1 |
* | move framecrc muxer in its own file | Aurelien Jacobs | 2007-10-28 | 3 | -33/+48 |
* | print newline after program id even when the name is missing | Nico Sabbi | 2007-10-26 | 1 | -3/+2 |
* | Explicitly include rtp.h (needed for rtp_get_payload_type()) | Luca Abeni | 2007-10-26 | 1 | -0/+1 |
* | Remove prototype for non-existent function | Luca Abeni | 2007-10-26 | 1 | -1/+0 |
* | probe files starting with the 1SNh tag | Aurelien Jacobs | 2007-10-25 | 1 | -0/+1 |
* | don't use #define with names starting with _ | Aurelien Jacobs | 2007-10-25 | 1 | -7/+7 |
* | add parsing of 1SNh header in the EA demuxer | Aurelien Jacobs | 2007-10-25 | 1 | -0/+49 |
* | Remove unused variable, fixes warning: | Diego Biurrun | 2007-10-25 | 1 | -1/+1 |
* | avoid infinite loop at the end of files which are not properly terminated | Aurelien Jacobs | 2007-10-24 | 1 | -0/+1 |
* | EA ADPCM R1, R2 and R3 decoder | Peter Ross | 2007-10-24 | 1 | -0/+10 |
* | Cosmetics: indentation. | Benoit Fouet | 2007-10-24 | 1 | -18/+18 |
* | Prevent mov muxer from writing empty udta atoms. | Benoit Fouet | 2007-10-24 | 1 | -8/+20 |