summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix indentationPeter Ross2011-01-09
* wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross2011-01-09
* wtv: do not repopulate codec information after we have seen data chunksPeter Ross2011-01-09
* wtv: stop processing chunks if length is smaller than chunk headerPeter Ross2011-01-09
* wtv: fix typoPeter Ross2011-01-09
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-09
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-06
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-06
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-06
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-06
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-06
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-06
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-06
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-05
* ReindentMartin Storsjö2011-01-05
* rtsp: Simplify codeMartin Storsjö2011-01-05
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-05
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-05
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-05
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-05
* lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov2011-01-04
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-04
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-02
* Add AVOption support for muxers.Anssi Hannula2011-01-02
* Use new function put_nbyte() to speed up padding.Anssi Hannula2011-01-02
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-02
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang2011-01-02
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-01
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-30
* Cosmetics: Re-indent after last commit.Carl Eugen Hoyos2010-12-29
* Do not add the preamble if the DTS stream is already padded, like DTS inAnssi Hannula2010-12-29
* s/IEC958/IEC 61937 - IEC958 is a lower level format.Anssi Hannula2010-12-29
* Fix wrong bitstream mode for AC-3.Anssi Hannula2010-12-29
* Improve error return values.Anssi Hannula2010-12-29
* Always encapsulate DTS in big-endian format, at least some receiversAnssi Hannula2010-12-29
* Add Anssi and myself to the authors in doxygen.Anssi Hannula2010-12-29
* wtv: parse MPEG2 descriptor eventsPeter Ross2010-12-29
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-29
* wtv: only warn about unknown subtype, if it actually unknownPeter Ross2010-12-29
* wtv: use correct names for subtitle and language guidsPeter Ross2010-12-29