aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* wav: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-2/+2
* ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* flacdec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* movenc: fix remuxing of yuv2Piotr Bandurski2012-07-261-1/+2
* probe_codec: fix memory corruptionMichael Niedermayer2012-07-261-1/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-253-4/+18
|\
| * rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-251-0/+7
| * rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-251-1/+1
| * sctp: add port missing error messageJordi Ortiz2012-07-251-1/+5
| * tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* | hls: call avformat_find_stream_info()Michael Niedermayer2012-07-251-0/+4
* | av_find_stream_info: skip flushing codecs and estimating timings if probe_siz...Michael Niedermayer2012-07-251-1/+2
* | lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()Stefano Sabatini2012-07-251-1/+1
* | Fix avui stream-copy.Carl Eugen Hoyos2012-07-252-4/+7
* | lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer2012-07-252-1/+6
* | riff: make the G723.1 in wav output compatible with WMP/msacm codecPiotr Bandurski2012-07-251-0/+9
* | lavf: factor AVStream st outMichael Niedermayer2012-07-251-4/+6
* | parse_packet: reset pkt->pos after it has been usedMichael Niedermayer2012-07-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-245-12/+23
|\|
| * rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-242-0/+4
| * rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
| * build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-241-0/+1
| * rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-241-3/+11
* | riff: fix remuxing of G723_1 in wavPiotr Bandurski2012-07-241-1/+1
* | Revert "lavf: count skipped samples for initial timestamps."Michael Niedermayer2012-07-241-4/+0
* | rtmpproto: fix compilation without optimizationsMichael Niedermayer2012-07-241-1/+2
* | cosmetics: iff: split very long linePaul B Mahol2012-07-231-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2314-96/+1038
|\|
| * wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2012-07-231-1/+1
| * RTMPTE protocol supportSamuel Pitoiset2012-07-235-6/+54
| * RTMPE protocol supportSamuel Pitoiset2012-07-238-8/+913
| * rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-232-10/+27
| * rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-232-33/+36
| * lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-226-57/+18
* | Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer2012-07-231-0/+4
|\ \
| * | wav: Add check for 'fmt' tag in SMV codeDerek Buitenhuis2012-07-221-0/+4
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-1/+2
|\ \ \ | | |/ | |/|
| * | matroskadec: return more correct error code on read error.Anton Khirnov2012-07-221-1/+2
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-222-8/+11
|\| | | |/ |/|
| * Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov2012-07-221-1/+1
| * G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-224-1/+88
* | tls: TLS/SSL serverPeter Ross2012-07-221-4/+8
* | tls: parse uri path options to underlying tcp URLContextPeter Ross2012-07-221-3/+3
* | tls: verify optionPeter Ross2012-07-221-2/+11
* | tls: cafile, cert, key optionsPeter Ross2012-07-221-0/+44
* | av_url_split: dont let '/' char whallop '?' charPeter Ross2012-07-221-2/+5
* | Fix yuv4mpeg parsing of 'mono16' files.Steven Robertson2012-07-221-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-225-120/+4
|\|
| * rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-214-4/+4