summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
| | | | | | | source players and by fixed ffmpeg rm demuxer (after r11127) Patch by kostya Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-02
| | | | Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some spelling mistakes.Diego Biurrun2007-12-02
| | | | Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* succes --> success typoDiego Biurrun2007-12-01
| | | | Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-01
| | | | Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
| | | | | | and implement the redirector format more properly. Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
| | | | | | av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek() Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
| | | | | | | | av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove possibly misleading comments.Diego Biurrun2007-11-27
| | | | Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
| | | | | | | | av_url_read_play(), av_url_read_pause() and av_url_read_seek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
| | | | Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
| | | | | | patch from elupusateccedotse (missing hunk from r11072) Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
| | | | Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include os_support.h only when neededLuca Abeni2007-11-21
| | | | Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
| | | | | | patch from elupusateccedotse Originally committed as revision 11072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-19
| | | | | | not needed Originally committed as revision 11065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-19
| | | | | | | Currently untested; someone with the correct OS and hardware should test it and report if it works. Originally committed as revision 11060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove perror() usage from udp.cLuca Abeni2007-11-19
| | | | Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-19
| | | | Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsRoberto Togni2007-11-19
| | | | Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
| | | | Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup: remove ssizeRoberto Togni2007-11-18
| | | | Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
| | | | Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
| | | | | | | | | - remove memmove to pack the data, instead copy only the used areas from the temp buffer in their final position - use the minimum possible size for the av_packet (relevant when some slices are missing) Originally committed as revision 11052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
| | | | | | | | This avoids crashes seen when legitimate streams are found on PID 0x11 instead of DVB SDT. Fixes regression detailed in Roundup issue 138. Originally committed as revision 11050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
| | | | Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
| | | | | | code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
| | | | Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
| | | | Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi2007-11-16
| | | | | | introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
| | | | Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
| | | | Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
| | | | | | | Fixed version of patch in [FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes() Originally committed as revision 11039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some more duplicated codeLuca Abeni2007-11-15
| | | | Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
| | | | Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
| | | | | | protocol-independet case Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaceAurelien Jacobs2007-11-14
| | | | Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoPanagiotis Issaris2007-11-14
| | | | Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
| | | | Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
| | | | Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk