| Commit message (Expand) | Author | Age | Files | Lines |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 3 | -20/+21 |
* | Add the .adts file extension to the ADTS muxer. | Alex Converse | 2009-06-03 | 1 | -1/+1 |
* | broken stsd length might be < 16, fix elst-assert.mp4 | Baptiste Coudurier | 2009-06-03 | 1 | -4/+6 |
* | Change find_tag return type to int64_t, fix a bug | Baptiste Coudurier | 2009-06-03 | 1 | -6/+3 |
* | do not parse full header for private streams | Baptiste Coudurier | 2009-06-02 | 1 | -3/+19 |
* | correctly handle maximum streams limit | Baptiste Coudurier | 2009-06-02 | 1 | -1/+2 |
* | export data from private streams | Baptiste Coudurier | 2009-06-02 | 1 | -16/+23 |
* | initialize pes state to skip | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo... | Larbi Joubala | 2009-05-31 | 1 | -1/+1 |
* | print reg desc in a more friendly way | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | give context to dprintf | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | print registration descriptor in debug | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | split audio chunks in mov demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -32/+30 |
* | 0x7a is E-AC3 descriptor | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | fix compilation with DEBUG defined | Baptiste Coudurier | 2009-05-31 | 1 | -15/+13 |
* | use dts codec probing | Baptiste Coudurier | 2009-05-31 | 1 | -0/+3 |
* | set codec_tag to stream type, so user can deal with it | Baptiste Coudurier | 2009-05-31 | 1 | -0/+2 |
* | set codec_tag to registration descriptor if present | Baptiste Coudurier | 2009-05-31 | 1 | -3/+2 |
* | add streams even if they are not present in PMT, fix #1092 and #835 | Baptiste Coudurier | 2009-05-31 | 1 | -3/+21 |
* | remove no longer needed fake dvbsub stream type | Baptiste Coudurier | 2009-05-31 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-05-31 | 1 | -6/+6 |
* | remove no longer needed init | Baptiste Coudurier | 2009-05-31 | 1 | -3/+3 |
* | factorize | Baptiste Coudurier | 2009-05-31 | 1 | -13/+12 |
* | simplify and merge | Baptiste Coudurier | 2009-05-31 | 1 | -49/+41 |
* | move new_pes_av_stream to avoid forward declaration | Baptiste Coudurier | 2009-05-31 | 1 | -85/+82 |
* | remove defines | Baptiste Coudurier | 2009-05-31 | 2 | -13/+6 |
* | rework stream type and codec identification | Baptiste Coudurier | 2009-05-31 | 1 | -79/+81 |
* | cosmetics, reindent, remove useless braces, whitespaces | Baptiste Coudurier | 2009-05-31 | 1 | -17/+16 |
* | export all streams in ts demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -23/+1 |
* | fix codec probing, stop after MAX_PROBE_PACKETS and return all packets | Baptiste Coudurier | 2009-05-31 | 2 | -6/+31 |
* | Implement SoX native format muxer and demuxer. | Daniel Verkamp | 2009-05-30 | 5 | -0/+307 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | cast size to int64_t to avoid overflow | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | Correctly set the "AU size" field in the payload header for | Luca Abeni | 2009-05-29 | 1 | -2/+4 |
* | Document match_ext(). | Stefano Sabatini | 2009-05-27 | 1 | -0/+6 |
* | technically mp2 in pva needs AVSTREAM_PARSE_FULL | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | support AVDISCARD_ALL in mpegts demuxer | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | return error in mpegts_push_data and propagate it | Baptiste Coudurier | 2009-05-27 | 1 | -19/+27 |
* | 10l, forgot ';', fix compilation | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | check that len is not negative | Baptiste Coudurier | 2009-05-27 | 1 | -0/+2 |
* | demux whole PES packets from TS | Baptiste Coudurier | 2009-05-27 | 1 | -23/+84 |
* | move DEBUG define before include to get dprintf | Baptiste Coudurier | 2009-05-26 | 1 | -3/+3 |
* | Support YVU9 AVI 4cc. | Michael Niedermayer | 2009-05-26 | 1 | -0/+1 |
* | map dvh1 fourcc to dv, fixes incoming/dvh1_sample | Ben Littler | 2009-05-26 | 1 | -0/+1 |
* | Define struct URLContext and typedef it to URLContext in one step. | Stefano Sabatini | 2009-05-25 | 1 | -4/+2 |
* | Remove \p and \e doxygen markup. | Stefano Sabatini | 2009-05-25 | 1 | -7/+7 |
* | Workaround broken AVI files from DC-XZ6. | Michael Niedermayer | 2009-05-25 | 1 | -0/+11 |
* | move DEBUG define before include to get dprintf and change printf to dprintf | Baptiste Coudurier | 2009-05-24 | 1 | -5/+5 |
* | fix get_str16_nolen with odd len, fix #1065 | Baptiste Coudurier | 2009-05-24 | 1 | -2/+3 |