summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* BMV demuxer and decoderKostya Shishkov2011-11-084-1/+139
* matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-071-3/+7
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-073-0/+9
* avformat: Revise wordingMartin Storsjö2011-11-071-2/+2
* rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-071-0/+1
* rdt: Check the return value of avformat_openMartin Storsjö2011-11-071-1/+5
* rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö2011-11-071-1/+4
* lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-061-1/+1
* openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-061-2/+2
* Remove leftover includes of strings.hMartin Storsjö2011-11-063-3/+0
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-0611-37/+30
* http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-052-13/+0
* rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-051-1/+2
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-051-1/+1
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-053-1/+36
* avformat: Add the https protocolMartin Storsjö2011-11-054-5/+28
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-054-1/+237
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-051-0/+20
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-052-0/+82
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-053-49/+84
* gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-021-3/+0
* flvenc: use first packet delay as global delay.Justin Ruggles2011-11-021-5/+12
* rtsp: add allowed_media_types optionJohn Brooks2011-11-022-1/+16
* Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-023-13/+136
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-022-2/+2
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-025-5/+5
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-024-5/+9
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-027-7/+7
* id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-021-2/+3
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-7/+10
* dsicin: fix several audio-related fields in the CIN demuxerJustin Ruggles2011-10-291-3/+3
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-291-1/+1
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-282-1/+4
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-281-0/+8
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-281-1/+1
* mpegts: MP4 SL supportAlex Converse2011-10-283-21/+157
* mpegts: MP4 OD supportAlex Converse2011-10-282-0/+89
* mpegts: Add support for Sections in PMTAlex Converse2011-10-283-7/+39
* mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse2011-10-281-34/+140
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-283-19/+32
* mpegts: Parse mpeg2 SL descriptors.Alex Converse2011-10-281-1/+13
* isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-281-0/+2
* lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov2011-10-281-0/+1
* seek-test: free options dictionary after useJanne Grunau2011-10-281-0/+1
* seek-test: update to recent avformat apiJanne Grunau2011-10-281-5/+5
* lavf: move private fields in AVStream to the end at next bump.Anton Khirnov2011-10-281-0/+61
* lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov2011-10-282-0/+48
* lavf: make some seeking functions privateAnton Khirnov2011-10-2810-42/+91
OpenPOWER on IntegriCloud