| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+3 |
* | Read asf file header fields in the right order | Rafaël Carré | 2008-04-22 | 1 | -1/+1 |
* | Skip over unknown extended_content_header tags. | Michael Niedermayer | 2008-03-06 | 1 | -1/+2 |
* | simplify | Michael Niedermayer | 2008-03-06 | 1 | -2/+2 |
* | Remove ff_mms_set_stream_selection again from asf demuxer, | Reimar Döffinger | 2008-02-03 | 1 | -14/+0 |
* | Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: | Reimar Döffinger | 2008-02-02 | 1 | -0/+2 |
* | typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | begining -> beginning typo fix | Reimar Döffinger | 2007-12-23 | 1 | -2/+2 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-12-20 | 1 | -1/+1 |
* | remove double check of pb->read_seek | Aurelien Jacobs | 2007-12-20 | 1 | -1/+2 |
* | Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() | Björn Axelsson | 2007-12-17 | 1 | -0/+8 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -21/+21 |
* | Add support for reading WM/Year tag | Patrice Bensoussan | 2007-11-14 | 1 | -0/+5 |
* | Allow propagation of stream selection through the ASF demuxer to the | Björn Axelsson | 2007-11-06 | 1 | -0/+14 |
* | Add support for decrypting asf files | Reimar Döffinger | 2007-10-20 | 1 | -0/+4 |
* | cosmetics: Move asf_read_close() down to get rid of a forward declaration. | Diego Biurrun | 2007-10-14 | 1 | -15/+13 |
* | Fix memleak | Ramiro Polla | 2007-10-12 | 1 | -0/+3 |
* | Improve track number decoding for some WMA files | Patrice Bensoussan | 2007-09-09 | 1 | -2/+2 |
* | workaround ms (lack of) intelligence in their design of dvr-ms | Michael Niedermayer | 2007-09-02 | 1 | -0/+13 |
* | store asf streaming bitrates consistently | Björn Axelsson | 2007-08-17 | 1 | -1/+1 |
* | more verbose error | Michael Niedermayer | 2007-08-06 | 1 | -1/+1 |
* | ignore preroll, it is generally not what AVStream.start_time should contain | Michael Niedermayer | 2007-08-06 | 1 | -3/+4 |
* | ignore invalid packet_obj_size | Michael Niedermayer | 2007-07-27 | 1 | -0/+9 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Add support for track numbers when they are set via strings | Patrice Bensoussan | 2007-06-15 | 1 | -0/+10 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | cosmetics: Fix indentation after last commit, patch by Zuxy Meng. | Zuxy Meng | 2007-05-06 | 1 | -3/+3 |
* | use asf stream information to set bitrate | Zuxy Meng | 2007-04-30 | 1 | -4/+12 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -2/+2 |
* | DVR-MS probe audio format | John Donaghy | 2007-04-12 | 1 | -1/+8 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | fix demuxing of IMAG0002.ASF | Michael Niedermayer | 2007-03-30 | 1 | -10/+8 |
* | revert r8538 (set bit rate for asf format) until regression tests issue is st... | Baptiste Coudurier | 2007-03-28 | 1 | -14/+7 |
* | set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com | Zuxy Meng | 2007-03-28 | 1 | -7/+14 |
* | fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea | Michael Niedermayer | 2007-03-11 | 1 | -9/+10 |
* | off by one error | Michael Niedermayer | 2007-03-05 | 1 | -1/+1 |
* | Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate | Ryan Martell | 2007-02-20 | 1 | -0/+19 |
* | use dvr-ms timestamps | Michael Niedermayer | 2007-02-10 | 1 | -1/+15 |
* | Set correct aspect ratio (it's sample aspect, not display aspect) | Zuxy Meng | 2007-02-02 | 1 | -5/+3 |
* | extract aspect ratio | Michael Niedermayer | 2007-01-31 | 1 | -4/+52 |
* | fix seeking in wma | Michael Niedermayer | 2007-01-29 | 1 | -1/+2 |
* | stealing a few field names from mplayers asf demuxer | Michael Niedermayer | 2007-01-27 | 1 | -15/+15 |
* | make the asf demuxer resistant against insertion/deletion errors | Michael Niedermayer | 2007-01-23 | 1 | -12/+17 |
* | consistant error return for asf_get_packet() | Michael Niedermayer | 2007-01-22 | 1 | -1/+5 |
* | better padsize check | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | more correct error message | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | replace wrong return 0 by -1 | Michael Niedermayer | 2007-01-22 | 1 | -4/+6 |
* | check to detect nonsense fragment size | Michael Niedermayer | 2007-01-22 | 1 | -0/+4 |
* | inden(ta)tion | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | replace nonsense code by something which makes at least some sense | Michael Niedermayer | 2007-01-22 | 1 | -22/+6 |