Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-18Revise check for codec id in voc demuxer.Justin Ruggles
2011-01-18Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles
2011-01-18Missing parts of IVF muxer support.Reimar Döffinger
2011-01-17Add muxer for IVF format.Reimar Döffinger
2011-01-17prevent integer overflow in calculating durationJohn Wimer
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-16Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer
2011-01-15Parse fact chunks from wav files to find duration.Michael Niedermayer
2011-01-15Factor tag reading code out of wav read_header()Michael Niedermayer
2011-01-15Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer
2011-01-15In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier
2011-01-14Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
2011-01-14wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross
2011-01-13Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini
2011-01-12aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier
2011-01-11In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
2011-01-11Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-11electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-11revert r26302Peter Ross
2011-01-10electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-10electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross
2011-01-10perform sanity check on sample rate in electronicarts demuxerDaniel Kang
2011-01-10perform sanity check on number of channels in electronicarts demuxerDaniel Kang
2011-01-09rtsp: Properly fail if unable to open an input RTP portMartin Storsjö
2011-01-09fix indentationPeter Ross
2011-01-09wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross
2011-01-09wtv: do not repopulate codec information after we have seen data chunksPeter Ross
2011-01-09wtv: stop processing chunks if length is smaller than chunk headerPeter Ross
2011-01-09wtv: fix typoPeter Ross
2011-01-09Add audio codec 0x1602 (AAC LATM)Peter Ross
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-07In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier
2011-01-07In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-06udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö
2011-01-06rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö
2011-01-06Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos
2011-01-06rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö
2011-01-06Fix assertion fail on audio files with invalid sample rates,Daniel Kang
2011-01-06Revert previous commit, as it was not meant to be pushed.Stefano Sabatini
2011-01-06Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-06In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini
2011-01-06rtsp: Parse RTP-Info headersMartin Storsjö
2011-01-06ReindentMartin Storsjö
2011-01-06rtsp: Simplify codeMartin Storsjö