| Commit message (Expand) | Author | Age | Files | Lines |
* | set start_time to 0 to enable seeking in mp3-files | Thorsten Jordan | 2007-10-18 | 1 | -0/+1 |
* | Make url_split() strip url options (?opt=var) from the returned hostname or | Ronald S. Bultje | 2007-10-18 | 1 | -4/+7 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 26 | -80/+79 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Re-enable DEBUG_SEEK flag. | Benoit Fouet | 2007-10-16 | 1 | -1/+1 |
* | dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it... | Baptiste Coudurier | 2007-10-16 | 1 | -1/+1 |
* | indentation | Baptiste Coudurier | 2007-10-16 | 1 | -18/+18 |
* | Fix streaming to XBox360. | Patric Stout | 2007-10-15 | 1 | -1/+4 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-10-15 | 1 | -9/+9 |
* | add support for VP6 in electronicarts demuxer | Aurelien Jacobs | 2007-10-15 | 1 | -16/+51 |
* | remove useless &0xFF | Aurelien Jacobs | 2007-10-15 | 1 | -2/+2 |
* | merge declaration and initialization | Aurelien Jacobs | 2007-10-15 | 1 | -2/+1 |
* | remove unused context vars | Aurelien Jacobs | 2007-10-15 | 1 | -6/+0 |
* | remove unused code | Aurelien Jacobs | 2007-10-15 | 1 | -4/+0 |
* | remove unused tags definition | Aurelien Jacobs | 2007-10-15 | 1 | -2/+0 |
* | remove unused close function | Aurelien Jacobs | 2007-10-15 | 1 | -8/+0 |
* | simplify bitstream reading | Aurelien Jacobs | 2007-10-15 | 1 | -15/+3 |
* | Undefine DEBUG_SEEK. | Thorsten Jordan | 2007-10-15 | 1 | -1/+1 |
* | Nellymoser ASAO decoder | Benjamin Larsson | 2007-10-15 | 1 | -0/+2 |
* | cosmetics: Move asf_read_close() down to get rid of a forward declaration. | Diego Biurrun | 2007-10-14 | 1 | -15/+13 |
* | 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 |