summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-02
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* succes --> success typoDiego Biurrun2007-12-01
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-01
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
* Remove possibly misleading comments.Diego Biurrun2007-11-27
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
* Introduce libavdeviceLuca Abeni2007-11-22
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* Include os_support.h only when neededLuca Abeni2007-11-21
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-19
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-19
* Remove perror() usage from udp.cLuca Abeni2007-11-19
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-19
* CosmeticsRoberto Togni2007-11-19
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
* Cleanup: remove ssizeRoberto Togni2007-11-18
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
* Remove some more duplicated codeLuca Abeni2007-11-15
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
* cosmetics: whitespaceAurelien Jacobs2007-11-14
* TypoPanagiotis Issaris2007-11-14
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14