2014-03-24 |
Tanja Batchelor | mpeg: K&R formatting cosmetics |
blob | commitdiff | raw |
2013-08-31 |
Christian Schmidt | pcm_dvd: consolidate pieces from pcm.c and mpeg.c |
blob | commitdiff | raw | diff to current |
2013-05-04 |
Diego Biurrun | avformat: Add AVPROBE_SCORE_EXTENSION define and use... |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Diego Biurrun | avformat: Remove non-compiling and/or silly commented... |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | raw | diff to current |
2012-07-30 |
Diego Biurrun | Improve descriptiveness of a number of codec and contai... |
blob | commitdiff | raw | diff to current |
2012-07-15 |
Diego Biurrun | mpeg: remove disabled code |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align muxer/demuxer declarations |
blob | commitdiff | raw | diff to current |
2012-01-27 |
Anton Khirnov | lavf: remove AVFormatParameters from AVFormatContext... |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Diego Biurrun | Eliminate pointless 0/NULL initializers in AVCodec... |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Anton Khirnov | lavf: replace av_new_stream->avformat_new_stream part II. |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Alex Converse | mpegps: Use av_get_packet() instead of poorly emulating it. |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Alex Converse | mpeg probe: check the 2/4-bit synchronization value... |
blob | commitdiff | raw | diff to current |
2011-09-23 |
Alex Converse | mpegps: Handle buffer exhaustion when reading packets. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Anton Khirnov | lavf: use designated initialisers for all (de)muxers. |
blob | commitdiff | raw | diff to current |
2011-06-10 |
Diego Biurrun | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by... |
blob | commitdiff | raw | diff to current |
2011-06-07 |
Diego Biurrun | Remove some non-compiling debug messages. |
blob | commitdiff | raw | diff to current |
2011-06-07 |
Diego Biurrun | Replace some printf instances in debug code by av_log. |
blob | commitdiff | raw | diff to current |
2011-06-02 |
Diego Biurrun | Remove stray extra arguments from av_dlog() invocations. |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Diego Biurrun | Replace some commented-out debug printf() / av_log... |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Anton Khirnov | avio: introduce an AVIOContext.seekable field |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Anton Khirnov | lavf: replace avio_seek(SEEK_CUR) with avio_skip where... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Anton Khirnov | avio: deprecate url_feof |
blob | commitdiff | raw | diff to current |
2011-03-04 |
Anton Khirnov | avio: add avio_tell macro as a replacement for url_ftell |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Anton Khirnov | lavf: replace all uses of url_fskip with avio_seek |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Anton Khirnov | avio: avio_ prefix for url_fseek |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Anton Khirnov | avio: avio_ prefixes for get_* functions |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Anton Khirnov | avio: rename ByteIOContext to AVIOContext. |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Anton Khirnov | lavf: move internal functions from avformat.h to internal.h |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Prefix all _demuxer, _muxer, _protocol from libavformat... |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Måns Rullgård | Fix grammar errors in documentation |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Janne Grunau | Skip pes payload during probing to avoid start code... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Michael Niedermayer | Dont give up after 100kb of zero bytes but returnd... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Michael Niedermayer | Set AVPacket.pos in MPEG-PS demuxer. |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Also print the number of invalid packets in the debug... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Flip the comparission direction of vid+audio+priv1... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
tralph11@yahoo.com | Improve sofdec dectection to avoid false positives... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Michael Niedermayer | Make mpeg_probe() pass probetest. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Reimar Döffinger | Slightly stricter MPEG-PES probing, fixes issue 1383. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Michael Niedermayer | Remove 2 ++ from check_pes() that are useless, found... |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Ramiro Polla | Split TrueHD decoder from MLP |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Diego Biurrun | Mark dvdaudio_substream_type variable as av_uninit... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Benoit Fouet | Allow demuxing of audio substreams stored as 0x06 type. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Alex Converse | Increase the number of packets required to identify... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Diego Pettenò | Use enum typers instead of int. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Michael Niedermayer | vertical align |
blob | commitdiff | raw | diff to current |
2008-08-15 |
Michael Niedermayer | Add flag to mark demuxers that can output discontinuous... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Michael Niedermayer | Use CODEC_ID_PROBE when the mpeg-ps demuxer does not... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Baptiste Coudurier | remove useless close funcs |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Stefano Sabatini | Make long_names in lavf/lavdev optional depending on... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Joakim Plate | Check return of url_fseek in mpeg timestamp reading... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Lars Täuber | support dvd pcm 20/24 bits, patch by Lars Täuber, lars... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Michael Niedermayer | Support invalid mpeg created by vdr |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Michael Niedermayer | Ignore flags after pts/dts if there are no bytes left. |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Michel Bardiaux | Suppress runaway index on streamed input |
blob | commitdiff | raw | diff to current |
2008-01-13 |
Paul Kelly | user specifyable maximum amount of memory to use for... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Ivo van Poorten | Move parsing of MPEG-PES timestamp to mpeg.h (as an... |
blob | commitdiff | raw | diff to current |
2008-01-03 |
Ivo van Poorten | use one shift less in get_pts() |
blob | commitdiff | raw | diff to current |
2007-12-25 |
Allan Sandfeld Jensen | Revert r6124, the change was just wrong, other formats... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Michael Niedermayer | make mpeg-ps probe less happy with random data |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Björn Axelsson | Use dynamically allocated ByteIOContext in AVFormatContext |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Måns Rullgård | Improve Sofdec file detection |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Aurelien Jacobs | fix potential buffer over-read |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Aurelien Jacobs | fix negative fseek |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Aurelien Jacobs | correctly set audio codec when demuxing sofdec files |
blob | commitdiff | raw | diff to current |
2007-11-03 |
Michael Niedermayer | typo |
blob | commitdiff | raw | diff to current |
2007-11-03 |
Michael Niedermayer | fix misdetection of mp3could_not_find_codec_parameters.mp3 |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Aurelien Jacobs | revert part of r10899 which was not intended |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Aurelien Jacobs | remove useless initialization to 0 of adx context |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Michael Niedermayer | fix misdetection of out.ac3 |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Michael Niedermayer | //more debug info |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Baptiste Coudurier | remove now useless ifdef |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Baptiste Coudurier | split mpeg ps and variants muxer and demuxer, I'll... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Diego Biurrun | misc spelling fixes |
blob | commitdiff | raw | diff to current |
2007-04-30 |
Wolfram Gloger | Fix loop condition so it can be run through more than... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
Wolfram Gloger | more detailed error message for buffer underflow |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Aurelien Jacobs | add an enum for need_parsing |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Michael Niedermayer | allocate 32 extra bytes at the end of the probe buffer... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
François Revol | This fixes error handling for BeOS, removing the need... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Michael Niedermayer | Revised patch for HD DVD .EVO demuxing by (Ian Caulfiel... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Michael Niedermayer | simplify |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Michael Niedermayer | simplify pts/dts reading |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Michael Niedermayer | cosmetic |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Michael Niedermayer | reduce len checks, simplifies code |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Michael Niedermayer | seperate redo (we dont handle this possibly valid packe... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Steve L'Homme | Replace most of the %lld and %llx by their (cleaner... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Aurelien Jacobs | replace coder/decoder file description in libavformat... |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Måns Rullgård | fix some signedness warnings |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Roman Shaposhnik | * Moving FifoBuffer out of libavformat/avformat... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Allan Sandfeld Jensen | add support for information in CDXA format |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Michael Niedermayer | fix probing of 02-Penguin.flac |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Måns Rullgård | allow individual selection of muxers and demuxers |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Måns Rullgård | give AVInput/OutputFormat structs consistent names |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Måns Rullgård | attempt to detect Chinese AVS video |
blob | commitdiff | raw | diff to current |
next |