summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
...
| * mpeg: remove disabled codeDiego Biurrun2012-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-06
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-08
|\|
| * mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-07
* | mpegps: drop incorrect line of sofdec detectionMichael Niedermayer2011-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * mpegps: Handle buffer exhaustion when reading packets.Alex Converse2011-09-23
* | mpegpsdec: fix reading first mpegps packetArne de Bruijn2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * Remove some non-compiling debug messages.Diego Biurrun2011-06-08
| * Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove stray extra arguments from av_dlog() invocations.Diego Biurrun2011-06-02
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | fixed issue1962 EVO detectionMichael Niedermayer2011-04-03
* | Reimplement stream probe try #2Michael Niedermayer2011-04-03
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-09
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30