summaryrefslogtreecommitdiffstats
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-2/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-24/+24
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* mpeg: remove disabled codeDiego Biurrun2012-07-161-41/+0
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-071-8/+1
* mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-291-1/+6
* mpegps: Handle buffer exhaustion when reading packets.Alex Converse2011-09-231-3/+9
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-9/+8
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-9/+3
* Remove some non-compiling debug messages.Diego Biurrun2011-06-081-3/+0
* Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-071-2/+3
* Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-021-1/+1
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-4/+3
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-9/+9
* avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-5/+5
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-9/+9
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-39/+39
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-0/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Skip pes payload during probing to avoid start code emulation.Janne Grunau2010-05-241-2/+6
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-18/+18
* Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer2010-02-101-2/+7
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-021-0/+1
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-081-1/+1
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-081-1/+1
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-201-0/+2
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-151-3/+3
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-151-1/+2
* Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer2009-04-171-2/+0
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+1
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-051-1/+1
* Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet2009-02-111-2/+23
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-091-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* vertical alignMichael Niedermayer2008-08-261-5/+5
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-151-1/+1
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-121-1/+1
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+1
OpenPOWER on IntegriCloud