2012-02-13 |
Diego Biurrun | Move some conditionally used variables into the block... |
blob | commitdiff | raw |
2012-02-13 |
Diego Biurrun | Drop some completely unnecessary av_unused attributes. |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Joakim Plate | nsvdec: Check return value of avio_seek and avoid modif... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
Alex Converse | nsvdec: Propagate errors |
blob | commitdiff | raw | diff to current |
2012-01-30 |
Alex Converse | nsvdec: Be more careful with av_malloc(). |
blob | commitdiff | raw | diff to current |
2012-01-30 |
Michael Niedermayer | nsvdec: Fix use of uninitialized streams. |
blob | commitdiff | raw | diff to current |
2012-01-27 |
Anton Khirnov | lavf: remove AVFormatParameters from AVFormatContext... |
blob | commitdiff | raw | diff to current |
2011-11-30 |
Anton Khirnov | lavf: make av_set_pts_info private. |
blob | commitdiff | raw | diff to current |
2011-11-02 |
Diego Biurrun | Replace outdated references to ffmpeg tool with avconv. |
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-07-17 |
Anton Khirnov | lavf: use designated initialisers for all (de)muxers. |
blob | commitdiff | raw | diff to current |
2011-07-03 |
Mans Rullgard | Do not include mathematics.h in avutil.h |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Diego Biurrun | nsvdec: Propagate error values instead of returning... |
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-08 |
Anton Khirnov | Remove all uses of now deprecated metadata functions. |
blob | commitdiff | raw | diff to current |
2011-06-03 |
Mans Rullgard | Mark some variables with av_unused |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Thierry Foucu | nsv: Fix misdetection of MP3 files as NSV. |
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-16 |
Maksym Veremeyenko | fix nsvdec.c compilation if DEBUG macro defined |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Maksym Veremeyenko | fix nsvdec.c compilation if DEBUG defined |
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-04-25 |
Stefano Sabatini | Mark av_metadata_set() as deprecated, and use av_metada... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Jean-Daniel Dupas | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG... |
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-03-03 |
Jai Menon | Plug memory leak in NSV demuxer. |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Stefano Sabatini | Use av_match_ext() rather than the deprecated match_ext... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Carl Eugen Hoyos | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE... |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Daniel Verkamp | Add ff_ prefixes to exported symbols in libavformat... |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Jai Menon | NSV : Add TOC2 parsing and seeking support. |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Jai Menon | Cosmetics : reindent after last commit and remove redun... |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Jai Menon | Add speex tag to nsv_codec_audio_tags. |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Jai Menon | Change nsvf_index_data to nsvs_file_offset for increase... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Aurelien Jacobs | use new metadata API in nsv demuxer |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Diego Biurrun | Use more descriptive format long_names. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
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-07-17 |
Michael Niedermayer | Try to fix FATE after my time_base simplification change. |
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-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes |
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-09-22 |
Michael Niedermayer | indent |
blob | commitdiff | raw | diff to current |
2007-09-22 |
Michael Niedermayer | fix segfault with http://samples.mplayerhq.hu/nsv/nsv_s... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Diego Biurrun | misc spelling fixes |
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 | file extension based probe is max/2 |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Michael Niedermayer | factorize |
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-03-21 |
David Conrad | The NSV demuxer assumes that a video frame's timestamp... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Michael Niedermayer | add codec_id <-> codec_tag tables to AVIn/OutputFormat |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Aurelien Jacobs | Add support for VP60 and VP61. |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Joakim Plate | add support for all framerates specified by the standard |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Joakim Plate | Fix A/V (de)sync with discontinuous NSV streams, |
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-22 |
Baptiste Coudurier | disable annoying debug messages |
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-09 |
Aurelien Jacobs | VP5 and VP6 video decoder |
blob | commitdiff | raw | diff to current |
2006-07-12 |
Måns Rullgård | move common stuff from avienc.c and wav.c to new file... |
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-06-16 |
Måns Rullgård | free codec extradata in av_close_input_file |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Måns Rullgård | use PRIxN, %zd, %td formats where needed |
blob | commitdiff | raw | diff to current |
2005-08-14 |
Måns Rullgård | kill a bunch of compiler warnings |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Niedermayer | changing AVCodecContext codec -> *codec in AVStream... |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Michael Niedermayer | AVPacket.pos |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Michael Niedermayer | switch to native time bases |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Michael Niedermayer | fix useless framerate messup |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Måns Rullgård | kill warnings patch by (Måns Rullgård <mru inprovide... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Michael Niedermayer | integer overflows, heap corruption |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Michael Niedermayer | kill a annoying debug printf |
blob | commitdiff | raw | diff to current |
2004-11-20 |
Mike Melanson | use correct types |
blob | commitdiff | raw | diff to current |
2004-11-20 |
François Revol | First implementation of nsv demuxer. |
blob | commitdiff | raw | diff to current |
|