| Commit message (Expand) | Author | Age | Files | Lines |
* | Increment minor after r10709. | Benoit Fouet | 2007-10-14 | 1 | -2/+2 |
* | simply buffer checks in vorbis_comment() | Måns Rullgård | 2007-10-13 | 1 | -10/+6 |
* | use bytestream_get_* in vorbis_comment() | Måns Rullgård | 2007-10-13 | 1 | -6/+3 |
* | Fix memleak | Ramiro Polla | 2007-10-12 | 1 | -0/+3 |
* | Add functionality to set the direction of a ByteIOContext buffer. | Björn Axelsson | 2007-10-11 | 2 | -9/+23 |
* | check values more thoroughly in vorbis_header() | Måns Rullgård | 2007-10-10 | 1 | -1/+18 |
* | use bytestream_get_* in vorbis_header() | Måns Rullgård | 2007-10-10 | 1 | -4/+5 |
* | fix buffer overread with invalid Vorbis header | Måns Rullgård | 2007-10-10 | 1 | -5/+13 |
* | remove duplicate Vorbis comment tag handling | Måns Rullgård | 2007-10-10 | 1 | -4/+0 |
* | Remove ogg seek function, instead use generic seek via read_timestamp function | Reimar Döffinger | 2007-10-10 | 1 | -84/+1 |
* | Add a read_timestamp function to ogg demuxer | Reimar Döffinger | 2007-10-10 | 1 | -9/+16 |
* | indent | Michael Niedermayer | 2007-10-09 | 1 | -2/+2 |
* | avoid generating invalid files | Michael Niedermayer | 2007-10-09 | 1 | -0/+2 |
* | append extradata atoms when parsing, fix OLOCOONS_O3.mov | Baptiste Coudurier | 2007-10-08 | 1 | -9/+12 |
* | DNxHD (SMPTE VC-3) encoder | Baptiste Coudurier | 2007-10-08 | 1 | -0/+54 |
* | Allow to set the maximum number of frames per RTP packet (and add support for | Luca Abeni | 2007-10-02 | 3 | -1/+17 |
* | Add checking for codecid to has_codec_parameters(). | Ronald S. Bultje | 2007-10-01 | 1 | -4/+1 |
* | dnet audio needs avparser to work with the lavc ac3 decoder. | Justin Ruggles | 2007-10-01 | 1 | -0/+1 |
* | Add support for AMV variants of AVI files. | Vladimir Voroshilov | 2007-09-29 | 1 | -1/+21 |
* | Add IPv6 support to url_split() | Ronald S. Bultje | 2007-09-29 | 1 | -8/+14 |
* | Documentation fix for url_f(d)open() | Björn Axelsson | 2007-09-28 | 1 | -1/+3 |
* | refactor url_split(), preparing for IPv6 support | Ronald S. Bultje | 2007-09-27 | 1 | -57/+38 |
* | Fix avisynth compilation after allformats.h was removed | Ramiro Polla | 2007-09-26 | 1 | -3/+1 |
* | add support for AVI files with On2 header | Aurelien Jacobs | 2007-09-26 | 1 | -0/+1 |
* | use a table to parse AVI file header | Aurelien Jacobs | 2007-09-26 | 1 | -17/+28 |
* | Indentation | Benoit Fouet | 2007-09-26 | 1 | -2/+2 |
* | Check read_packet before using it. | Benoit Fouet | 2007-09-26 | 1 | -1/+3 |
* | added structures and code to keep track of pids<->programs mapping: it's needed | Nico Sabbi | 2007-09-25 | 1 | -0/+98 |
* | replaced custom tracking of programs/services with calls to with av_new_progr... | Nico Sabbi | 2007-09-25 | 1 | -54/+7 |
* | Added definition and utility functions to handle AVProgram(s) in AVFormatCon... | Nico Sabbi | 2007-09-25 | 2 | -2/+58 |
* | use the VP6A codec | Aurelien Jacobs | 2007-09-25 | 1 | -0/+3 |
* | revert r10527 | Aurelien Jacobs | 2007-09-25 | 1 | -49/+6 |
* | Add my name to the copyright header, since rtp_mpv now contains | Luca Abeni | 2007-09-24 | 1 | -0/+1 |
* | Fix a warning by removing an useless assignment (buf_ptr should be only | Luca Abeni | 2007-09-24 | 1 | -1/+0 |
* | Looks like this APE decoder support versions starting from 3.95 | Kostya Shishkov | 2007-09-23 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2007-09-22 | 1 | -1/+1 |
* | fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n... | Michael Niedermayer | 2007-09-22 | 1 | -0/+1 |
* | HDYC fourcc, sample hdyc/Test2.avi | Baptiste Coudurier | 2007-09-21 | 1 | -0/+1 |
* | add D-10 NTSC support | Baptiste Coudurier | 2007-09-21 | 1 | -0/+6 |
* | extract correct d10 aes3 audio channels number | Baptiste Coudurier | 2007-09-21 | 1 | -15/+13 |
* | allcodecs.h and allformats.h are not used anymore | Aurelien Jacobs | 2007-09-20 | 1 | -199/+0 |
* | remove last dependencies on allformats.h and allcodecs.h | Aurelien Jacobs | 2007-09-20 | 1 | -7/+12 |
* | cosmetics: typo | Diego Biurrun | 2007-09-19 | 1 | -1/+1 |
* | Make parse_date return INT64_MIN in case of unparsable input. | Stefano Sabatini | 2007-09-19 | 2 | -16/+27 |
* | Add support for VP6A in flv. | Aurelien Jacobs | 2007-09-18 | 1 | -6/+49 |
* | Add explanatory comments to the parse_date function. | Stefano Sabatini | 2007-09-18 | 1 | -0/+8 |
* | disable loads of debug messages to reduce object size | Aurelien Jacobs | 2007-09-17 | 1 | -0/+6 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 6 | -7/+8 |
* | monkey audio demuxer now can parse ape tags | Benjamin Zores | 2007-09-16 | 1 | -0/+125 |
* | warning fix: | Diego Biurrun | 2007-09-16 | 1 | -1/+0 |