summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+5
* gxfdec: set channel layout when applicableJustin Ruggles2012-11-121-0/+4
* gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö2012-10-181-1/+13
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-071-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-13/+13
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-2/+2
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-9/+8
* gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-091-9/+16
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-27/+27
* 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-14/+14
* avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-14/+14
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-35/+35
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-9/+9
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* add ff_find_stream_indexPeter Ross2010-12-261-4/+4
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-101-6/+12
* Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun2010-07-021-1/+1
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-061-0/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-10/+10
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-061-1/+3
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-061-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-131-6/+6
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-111-5/+5
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-241-15/+15
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-241-5/+18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-291-1/+7
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* cosmetics: typoDiego Biurrun2007-09-191-1/+1
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-261-27/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-081-6/+3
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-071-0/+1
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-071-3/+4
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-221-0/+7
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-221-0/+2