| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move internal functions from avformat.h to internal.h | Anton Khirnov | 2011-02-06 | 1 | -0/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Skip pes payload during probing to avoid start code emulation. | Janne Grunau | 2010-05-24 | 1 | -2/+6 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -18/+18 |
* | Dont give up after 100kb of zero bytes but returnd EAGAIN | Michael Niedermayer | 2010-02-10 | 1 | -2/+7 |
* | Set AVPacket.pos in MPEG-PS demuxer. | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Also print the number of invalid packets in the debug output. | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ... | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | Improve sofdec dectection to avoid false positives for MP2. | tralph11@yahoo.com | 2009-10-20 | 1 | -0/+2 |
* | Make mpeg_probe() pass probetest. | Michael Niedermayer | 2009-09-15 | 1 | -3/+3 |
* | Slightly stricter MPEG-PES probing, fixes issue 1383. | Reimar Döffinger | 2009-09-15 | 1 | -1/+2 |
* | Remove 2 ++ from check_pes() that are useless, found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Split TrueHD decoder from MLP | Ramiro Polla | 2009-03-19 | 1 | -1/+1 |
* | Mark dvdaudio_substream_type variable as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Allow demuxing of audio substreams stored as 0x06 type. | Benoit Fouet | 2009-02-11 | 1 | -2/+23 |
* | Increase the number of packets required to identify as MPEG PES to keep from | Alex Converse | 2009-02-09 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -4/+4 |
* | vertical align | Michael Niedermayer | 2008-08-26 | 1 | -5/+5 |
* | Add flag to mark demuxers that can output discontinuous timestamps. | Michael Niedermayer | 2008-08-15 | 1 | -1/+1 |
* | Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which | Michael Niedermayer | 2008-07-12 | 1 | -1/+1 |
* | remove useless close funcs | Baptiste Coudurier | 2008-06-19 | 1 | -6/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Check return of url_fseek in mpeg timestamp reading code. | Joakim Plate | 2008-05-29 | 1 | -1/+3 |
* | support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-21 | 1 | -2/+10 |
* | Support invalid mpeg created by vdr | Michael Niedermayer | 2008-04-29 | 1 | -3/+4 |
* | Ignore flags after pts/dts if there are no bytes left. | Michael Niedermayer | 2008-03-04 | 1 | -0/+4 |
* | Suppress runaway index on streamed input | Michel Bardiaux | 2008-01-14 | 1 | -1/+2 |
* | user specifyable maximum amount of memory to use for the index. | Paul Kelly | 2008-01-13 | 1 | -0/+1 |
* | Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it | Ivo van Poorten | 2008-01-07 | 1 | -11/+6 |
* | use one shift less in get_pts() | Ivo van Poorten | 2008-01-03 | 1 | -1/+1 |
* | Revert r6124, the change was just wrong, other formats than MPEG-PS can be | Allan Sandfeld Jensen | 2007-12-25 | 1 | -16/+0 |
* | make mpeg-ps probe less happy with random data | Michael Niedermayer | 2007-12-03 | 1 | -4/+7 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -42/+42 |
* | Improve Sofdec file detection | Måns Rullgård | 2007-11-08 | 1 | -11/+26 |
* | fix potential buffer over-read | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | fix negative fseek | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | correctly set audio codec when demuxing sofdec files | Aurelien Jacobs | 2007-11-07 | 1 | -1/+11 |
* | 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 |
* | 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 |
* | fix misdetection of out.ac3 | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | //more debug info | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | remove now useless ifdef | Baptiste Coudurier | 2007-06-21 | 1 | -2/+0 |
* | split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute... | Baptiste Coudurier | 2007-06-21 | 1 | -1306/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |