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