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
2014-03-24
mpeg: K&R formatting cosmetics
Tanja Batchelor
2013-08-31
pcm_dvd: consolidate pieces from pcm.c and mpeg.c
Christian Schmidt
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2012-10-01
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-16
mpeg: remove disabled code
Diego Biurrun
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-28
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-10-19
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-07
mpegps: Use av_get_packet() instead of poorly emulating it.
Alex Converse
2011-09-29
mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...
Alex Converse
2011-09-23
mpegps: Handle buffer exhaustion when reading packets.
Alex Converse
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-06-10
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diego Biurrun
2011-06-08
Remove some non-compiling debug messages.
Diego Biurrun
2011-06-07
Replace some printf instances in debug code by av_log.
Diego Biurrun
2011-06-02
Remove stray extra arguments from av_dlog() invocations.
Diego Biurrun
2011-04-29
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-06
lavf: move internal functions from avformat.h to internal.h
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-05-24
Skip pes payload during probing to avoid start code emulation.
Janne Grunau
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-02-10
Dont give up after 100kb of zero bytes but returnd EAGAIN
Michael Niedermayer
2010-02-02
Set AVPacket.pos in MPEG-PS demuxer.
Michael Niedermayer
2009-12-08
Also print the number of invalid packets in the debug output.
Michael Niedermayer
2009-12-08
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...
Michael Niedermayer
2009-10-20
Improve sofdec dectection to avoid false positives for MP2.
tralph11@yahoo.com
2009-09-15
Make mpeg_probe() pass probetest.
Michael Niedermayer
2009-09-15
Slightly stricter MPEG-PES probing, fixes issue 1383.
Reimar Döffinger
2009-04-17
Remove 2 ++ from check_pes() that are useless, found by CSA.
Michael Niedermayer
2009-03-19
Split TrueHD decoder from MLP
Ramiro Polla
2009-03-05
Mark dvdaudio_substream_type variable as av_uninit to work around false
Diego Biurrun
2009-02-11
Allow demuxing of audio substreams stored as 0x06 type.
Benoit Fouet
2009-02-09
Increase the number of packets required to identify as MPEG PES to keep from
Alex Converse
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
[next]