summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix alaw and mulaw muxing in caf.Carl Eugen Hoyos2014-05-17
* Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer2014-05-17
|\
| * hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-17
| * avisynth: set duration of audio streamsHendrik Leppkes2014-05-16
* | rtmpproto: info out for unsupported auth varsReynaldo H. Verdejo Pinochet2014-05-16
* | rtmpproto: avoid setting auth var value if nullReynaldo H. Verdejo Pinochet2014-05-16
* | estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ...Michael Niedermayer2014-05-16
* | estimate_timings_from_pts: Try to get the duration for all streamsGaullier Nicolas2014-05-16
* | estimate_timings_from_pts: simplify filesize end checkMichael Niedermayer2014-05-16
* | estimate_timings_from_pts: Also consider packet durationGaullier Nicolas2014-05-16
* | estimate_timings_from_pts: Warn about A/V streams for which no duration could...Gaullier Nicolas2014-05-16
* | Merge commit 'c9281a01b78cc3f09e36300a0ca3f5824d1c74cf'Michael Niedermayer2014-05-15
|\|
| * lavf: drop the zero-sized packets hackAnton Khirnov2014-05-15
* | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer2014-05-15
|\|
| * lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* | libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_...Alex Sukhanov2014-05-15
* | avformat/libnut: use av_mallocz_array()Michael Niedermayer2014-05-15
* | avformat/matroskaenc: use av_mallocz_array()Michael Niedermayer2014-05-15
* | avformat/http: remove never twice executable loopMichael Niedermayer2014-05-14
* | Merge commit 'a738540366c9b114949b7914c0d08e2c28982cfb'Michael Niedermayer2014-05-14
|\|
| * lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-14
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-13
|\|
| * build: handle library dependencies in configureJanne Grunau2014-05-13
* | Support broadcast destination for udp protocolOlivier Langlois2014-05-13
* | avformat/asfenc: honor the maximum of 63 payloadsAaron Graham2014-05-13
* | avformat/mp3dec: check the number of frames per buffer sizeMichael Niedermayer2014-05-12
* | avformat/utils: if the id3 tag is too large for data after it to become avail...Michael Niedermayer2014-05-12
* | avformat/utils: limit probe score in the id3 case only if there is a chance t...Michael Niedermayer2014-05-12
* | Use Matroska document version 2 for WebM files if possible.Carl Eugen Hoyos2014-05-12
* | avformat/mpegtsenc: fix minor typo in omit_video_pes_length descriptionAman Gupta2014-05-11
* | avformat/movenc: Check ff_put_wav_header() return codeMichael Niedermayer2014-05-10
* | rtpdec: make the NTP time values unsigned.Diego Elio 'Flameeyes' Pettenò2014-05-09
* | Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e'Michael Niedermayer2014-05-08
|\|
| * rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-08
* | avformat/rtmpproto: add FFMIN() to av_strlcpy()Michael Niedermayer2014-05-08
* | lavf: use av_fifo_freepLukasz Marek2014-05-07
* | avformat/utils: fix const warningsMichael Niedermayer2014-05-07
* | avformat/h263dec/h263_probe: Check TRMichael Niedermayer2014-05-07
* | avformat/h263dec/h263_probe: Check PSC bit 9 and 13 inMichael Niedermayer2014-05-07
* | avformat/h263dec: shift data in state to make more bits available to probeMichael Niedermayer2014-05-07
* | Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78'Michael Niedermayer2014-05-07
|\|
| * rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-06
| * probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-03
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2014-05-06
|\ \
| * | mpegts: always reset pes packet state on new packetMarton Balint2014-05-05
| * | mpegts: unref buffer in reset_pes_packet_stateMarton Balint2014-05-05
| * | mpegts: factorize pes packet state reset functionMarton Balint2014-05-05
| * | mpegts: fix indentation after last commitMarton Balint2014-05-05
| * | mpegts: only emit new packets if data buffer existsMarton Balint2014-05-05
| * | mpegts: remove uneeded buf_size checkMarton Balint2014-05-05