summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mp3enc: Try to use a matching bitrate in the xing header.Michael Niedermayer2011-11-14
* mp3enc: simplify mp3_write_xing()Michael Niedermayer2011-11-14
* Rename remaining get_le32 to avio_rl32.Clément Bœsch2011-11-14
* Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-14
* Use AVIOContext.seekable instead of deprecated url_is_streamed.Clément Bœsch2011-11-14
* Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-14
* Rename remaining av_metadata_set2 to av_dict_set.Clément Bœsch2011-11-14
* Rename remaining url_ftell to avio_tell.Clément Bœsch2011-11-14
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-14
* Rename remaining url_fsize to avio_size.Clément Bœsch2011-11-14
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-14
* Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-14
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\
| * lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
| * avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
| * avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
| * avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-13
| * avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
| * avio: Add AVIOInterruptCBMartin Storsjö2011-11-13
* | mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.Michael Niedermayer2011-11-13
* | mkvtimestamp v2 muxer: remove unneeded prefixesMichael Niedermayer2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-12
|\|
| * VBLE DecoderDerek Buitenhuis2011-11-11
| * vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
| * vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-11
| * rtpdec: Simplify finalize_packetJohn Brooks2011-11-11
| * http: Handle proxy authenticationMartin Storsjö2011-11-11
| * http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-11
| * AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-11
* | VBLE DecoderDerek Buitenhuis2011-11-12
* | Use AC-3 as default codec for wtv.Carl Eugen Hoyos2011-11-12
* | Never use MP3 as default audio codec for asf.ami_stuff2011-11-11
* | asfenc: Use wmav2 audio codec by default.ami_stuff2011-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-11
|\|
| * tls: Use the URLContext as logging contextMartin Storsjö2011-11-10
| * http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-10
| * http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
| * http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-10
| * crypto: add decoding flag to options.Anton Khirnov2011-11-10
| * tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
| * http: use different classes for http and https.Anton Khirnov2011-11-10
| * http: Change an error log message to a warningMartin Storsjö2011-11-10
| * http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-10
| * mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
| * rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-10