]> git.sesse.net Git - ffmpeg/history - libavformat
random_seed: Only read /dev/*random if we have unistd.h
[ffmpeg] / libavformat /
2012-06-29 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-28 Luca Barbatoflvenc: K&R formatting cosmetics
2012-06-27 Alex Conversemovenc: Add channel layouts for PCM.
2012-06-27 Martin Storsjöudp: Support IGMPv3 source specific multicast and sourc...
2012-06-27 Jordi Ortiztcp: Pass NULL as hostname to getaddrinfo if the string...
2012-06-27 Jordi Ortiztcp: Set AI_PASSIVE when the socket will be used for...
2012-06-26 Anton Khirnovmpc8: read APE tags.
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-06-26 Ronald S. Bultjeconfigure: Check for sys/time.h
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-26 Carl Eugen Hoyosmov: do not try to read total disc/track number if...
2012-06-25 Martin Storsjöwtv: Check the return value from gmtime
2012-06-24 Anton Khirnovape: create audio stream before reading tags.
2012-06-24 Anton Khirnovmov: make a length variable larger.
2012-06-24 Mashiat Sarker Sha... image2: Add "start_number" private option to the demuxer
2012-06-24 Mashiat Sarker Sha... image2: Add "start_number" private option to the muxer
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-21 Mans Rullgardlavf: include libavutil/time.h instead of redeclaring...
2012-06-21 Ronald S. Bultjelavf: Make codec_tag arrays constant
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Ronald S. Bultjemov: fix operator precedence bug
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-06-19 Martin Storsjöudp: Properly check for invalid sockets
2012-06-19 Martin Storsjötcp: Check the return value from getsockopt
2012-06-19 Martin Storsjönetwork: Use av_strerror for getting error messages
2012-06-19 Martin Storsjöudp: Properly print error from getnameinfo
2012-06-19 Martin Storsjömmst: Use AVUNERROR() to convert error codes to the...
2012-06-19 Martin Storsjönetwork: Pass pointers of the right type to get/setsock...
2012-06-19 Samuel Pitoisetrtmp: Reduce the number of idle posts sent by sleeping...
2012-06-19 Ronald S. Bultjeflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjehttp: replace atoll() with strtoll()
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-18 Martin Storsjörtpdec: Add a depacketizer for iLBC
2012-06-18 Martin StorsjöImplement the iLBC storage file format
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-18 Samuel Pitoisetrtmp: Don't send every flv packet in a separate HTTP...
2012-06-18 Martin Storsjörtsp: Send mode=record instead of mode=receive
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-06-17 Samuel PitoisetRTMPT protocol support
2012-06-17 Martin Storsjöhttp: Properly handle chunked transfer-encoding for...
2012-06-17 Martin Storsjöhttp: Fail reading if the connection has gone away
2012-06-17 Martin Storsjöamr: Mark an array const
2012-06-17 Martin Storsjöamr: More space cleanup
2012-06-17 Martin Storsjörtpenc: Fix memory leaks in the muxer open function
2012-06-17 Martin Storsjöamr: Cosmetic cleanup
2012-06-17 Martin Storsjömov_chan: Fix operator precedence by adding parentheses
2012-06-17 Jordi Ortiztcp: Check the listen call
2012-06-16 Anton Khirnovflacdec: read attached pictures.
2012-06-16 Anton Khirnovlavf: don't segfault when a NULL filename is passed...
2012-06-15 Janne Grunausegment: remove unnecessary <strings.h> include
2012-06-14 Samuel Pitoisetrtmp: Read and handle incoming packets while writing...
2012-06-14 Martin Storsjörtpdec: Don't require frames to start with a Mode A...
2012-06-13 Samuel Pitoisetrtmp: Add a new option 'rtmp_buffer', for setting the...
2012-06-13 Samuel Pitoisetrtmp: Set the client buffer time to 3s instead of 0.26s
2012-06-13 Samuel Pitoisetrtmp: Handle server bandwidth packets
2012-06-13 Samuel Pitoisetrtmp: Display a verbose message when an unknown packet...
2012-06-13 Martin Storsjörtmp: Tokenize the AMF connection parameters manually...
2012-06-12 Samuel Pitoisetrtmp: Fix a possible access to invalid memory location...
2012-06-11 Samuel Pitoisetrtmp: Do not send extension for flv files
2012-06-11 Samuel Pitoisetrtmp: support connection parameters
2012-06-09 Mans Rullgardmov: set AVCodecContext.width/height for h264
2012-06-07 Alex Conversempegts: Remove disabled extension matching probe.
2012-06-05 Alex Converseavformat: Probe codecs at score 0 on buffer exhaustion...
2012-06-05 Alex Converseavformat: Factorize codec probing.
2012-06-05 Kostya ShishkovIndeo Audio decoder
2012-06-04 Alex Conversemovenc: Write chan atom for all audio tracks in mov...
2012-06-04 Jindřich Makovičkampegtsenc: use avio_open_dyn_buf(), zero pointers after...
2012-06-04 Anton Khirnovavidec: make scale and rate unsigned.
2012-06-03 Anton Khirnovlibrtmp: return AVERROR_UNKNOWN instead of -1.
2012-06-03 Anton Khirnovlibrtmp: don't abuse a variable for two unrelated things.
2012-06-03 Anton Khirnovlibrtmp: add rtmp_app and rtmp_playpath private options.
2012-06-03 Luca Barbatoflv: support stream text data as onTextData
2012-06-02 Jindrich Makovickampegtsenc: Support LATM packetization for AAC
2012-06-02 Jindrich Makovickaadtsenc: Don't expose the muxer internals to the rest...
2012-06-02 Jindrich Makovickampegtsenc: use AVFormatContext for AAC packetization
2012-06-02 Jindrich Makovickampegtsenc: use AVERROR() for return codes
2012-06-01 Martin Storsjöhttp: Add the url_shutdown function for https, too
2012-06-01 Martin Storsjöhttp: Simplify code by removing a local variable
2012-06-01 Martin Storsjöhttp: Clear the old URLContext pointer when closed
2012-05-31 Martin Storsjötcp: Try enabling SO_REUSEADDR when listening
2012-05-31 Martin Storsjötcp: Check the return values from bind and accept
2012-05-31 Oka Motofumiavisynth: Make sure the filename passed to avisynth...
2012-05-30 Samuel Pitoisethttp: Pass the proper return code of net IO operations
2012-05-30 Samuel Pitoisethttp: Add 'post_data', a new option which sets custom...
2012-05-30 Ronald S. Bultjemp3/ac3 probe: search for PES headers to prevent probin...
2012-05-28 Samuel Pitoisethttp: Add support for reusing the http socket for subse...
2012-05-28 Samuel Pitoisethttp: Add support for using persistent connections
2012-05-26 Martin Storsjörtsp: Check for dynamic payload handlers if no static...
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-26 Martin Storsjörtpenc_chain: Free the URLContext on failure
2012-05-26 Martin Storsjörtpenc: Expose the ssrc as an avoption
2012-05-25 Martin Storsjöcosmetics: Fix indentation
2012-05-25 Luca Barbatortmp: fix url parsing
2012-05-25 Alex Conversemovenc: Don't write the 'wave' atom or its child 'enda...
2012-05-24 Samuel Pitoisetrtmp: Pass the proper return code in rtmp_handshake
next