summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-071-0/+6
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-077-2/+258
* Preserve status reasonLuca Barbato2010-08-062-2/+9
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-051-30/+49
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-041-50/+43
* Remove is_playing variable.Zhentan Feng2010-08-041-19/+10
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-041-24/+24
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-041-1/+1
* Fix doxygen comment.Benoit Fouet2010-08-021-1/+1
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-012-3/+3
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-301-1/+1
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-3019-292/+58
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-291-2/+123
* add seeking support in ASS demuxerAurelien Jacobs2010-07-291-1/+41
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-281-1/+2
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-281-4/+3
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-281-0/+2
* Skip short padding in id3v2.Alexander Kojevnikov2010-07-281-1/+5
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-281-1/+11
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-281-1/+1
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-272-7/+7
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-271-2/+2
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-271-51/+122
* Place the concat protocol entry at the begin of the registeredStefano Sabatini2010-07-271-1/+1
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-271-0/+3
* Make frames unsigned.Alexander Kojevnikov2010-07-271-3/+3
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-271-5/+13
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-271-1/+0
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann2010-07-271-0/+5
* libavformat needs libavcoreMåns Rullgård2010-07-271-1/+1
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-272-1/+17
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-2/+4
* Reindent after r24516.Ronald S. Bultje2010-07-261-106/+103
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-261-30/+30
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-261-33/+64
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-252-0/+38
* add mime-type for ASS muxerAurelien Jacobs2010-07-251-1/+1
* Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö2010-07-251-1/+1
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-251-8/+6
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-251-8/+2
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-251-11/+10
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-251-6/+3
* add SubRip muxer and demuxerAurelien Jacobs2010-07-245-1/+118
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-241-1/+1
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-241-4/+7
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-241-1/+2
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-231-1/+1
* use return value of ff_get_line()Aurelien Jacobs2010-07-211-4/+4
* document ff_get_line()Aurelien Jacobs2010-07-211-0/+11
OpenPOWER on IntegriCloud