index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpeg.c
Age
Commit message (
Expand
)
Author
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-10-02
Use enum typers instead of int.
Diego Pettenò
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-08-26
vertical align
Michael Niedermayer
2008-08-15
Add flag to mark demuxers that can output discontinuous timestamps.
Michael Niedermayer
2008-07-12
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
Michael Niedermayer
2008-06-19
remove useless close funcs
Baptiste Coudurier
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-29
Check return of url_fseek in mpeg timestamp reading code.
Joakim Plate
2008-05-21
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
Lars Täuber
2008-04-29
Support invalid mpeg created by vdr
Michael Niedermayer
2008-03-04
Ignore flags after pts/dts if there are no bytes left.
Michael Niedermayer
2008-01-14
Suppress runaway index on streamed input
Michel Bardiaux
2008-01-13
user specifyable maximum amount of memory to use for the index.
Paul Kelly
2008-01-07
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
Ivo van Poorten
2008-01-03
use one shift less in get_pts()
Ivo van Poorten
2007-12-25
Revert r6124, the change was just wrong, other formats than MPEG-PS can be
Allan Sandfeld Jensen
2007-12-03
make mpeg-ps probe less happy with random data
Michael Niedermayer
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-08
Improve Sofdec file detection
Måns Rullgård
2007-11-08
fix potential buffer over-read
Aurelien Jacobs
2007-11-08
fix negative fseek
Aurelien Jacobs
2007-11-07
correctly set audio codec when demuxing sofdec files
Aurelien Jacobs
2007-11-03
typo
Michael Niedermayer
2007-11-03
fix misdetection of mp3could_not_find_codec_parameters.mp3
Michael Niedermayer
2007-11-01
revert part of r10899 which was not intended
Aurelien Jacobs
2007-11-01
remove useless initialization to 0 of adx context
Aurelien Jacobs
2007-08-05
fix misdetection of out.ac3
Michael Niedermayer
2007-08-05
//more debug info
Michael Niedermayer
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-06-21
remove now useless ifdef
Baptiste Coudurier
2007-06-21
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...
Baptiste Coudurier
2007-06-12
misc spelling fixes
Diego Biurrun
2007-04-30
Fix loop condition so it can be run through more than once.
Wolfram Gloger
2007-04-30
more detailed error message for buffer underflow
Wolfram Gloger
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-06
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...
Michael Niedermayer
2007-01-17
simplify
Michael Niedermayer
2007-01-17
simplify pts/dts reading
Michael Niedermayer
2007-01-17
cosmetic
Michael Niedermayer
2007-01-17
reduce len checks, simplifies code
Michael Niedermayer
2007-01-17
seperate redo (we dont handle this possibly valid packet) from
Michael Niedermayer
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-09-21
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-08-29
add support for information in CDXA format
Allan Sandfeld Jensen
[next]