aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-271-2/+2
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-271-5/+5
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-271-0/+4
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-271-0/+6
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-261-1/+0
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-261-4/+2
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-261-0/+1
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-264-2/+39
* vertical alignMichael Niedermayer2008-08-262-18/+18
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-251-14/+14
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-251-4/+9
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-251-0/+1
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-251-0/+1
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-251-3/+7
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-251-4/+16
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-241-0/+3
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-241-2/+2
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-247-27/+27
* Mark several libavformat arrays constReimar Döffinger2008-08-244-7/+7
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-241-1/+1
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-247-20/+20
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-2413-24/+24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-241-2/+1
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-244-10/+10
* Remove useless empty close functions in mmf and mm demuxers.Reimar Döffinger2008-08-242-12/+1
* matroskadec: make aac_profiles array constAurelien Jacobs2008-08-241-1/+1
* Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger2008-08-241-1/+1
* Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak2008-08-242-0/+206
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-2316-46/+44
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-232-1/+10
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-232-0/+47
* Cosmetics after previous patches.Ronald S. Bultje2008-08-231-7/+3
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-231-4/+5
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-231-7/+5
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-232-6/+6
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-231-4/+4
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-231-3/+3
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-221-1/+1
* Apply parts of MXF muxer ok'ed by MichaelVitor Sessak2008-08-222-39/+269
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-201-0/+2
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-201-1/+1
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-202-3/+23
* matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs2008-08-201-40/+1
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-192-32/+39
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-192-0/+153
* Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng2008-08-191-10/+0
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-191-1/+2
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-191-2/+71
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+2
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-192-0/+8