summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
| | | | | | From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-06
| | | | Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
| | | | Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split overly long linesBaptiste Coudurier2008-01-06
| | | | Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-06
| | | | | | Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com) Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, superfluous spaceIvo van Poorten2008-01-05
| | | | Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper check for valid pva_ptsIvo van Poorten2008-01-05
| | | | Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-05
| | | | | | that should countain a signaled mpeg-pes packet. Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* validate streamid before useIvo van Poorten2008-01-05
| | | | Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change audio codec id to mp2Ivo van Poorten2008-01-05
| | | | Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper type and initialization of pva_ptsIvo van Poorten2008-01-05
| | | | Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary shiftIvo van Poorten2008-01-05
| | | | Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-04
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
| | | | Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's ↵Luca Abeni2008-01-04
| | | | | | dependencies Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-04
| | | | | | | | Patch by Ronald S. Bultje rsbultje gmail com Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT) Date: 12/28/2007 10:19 PM Originally committed as revision 11392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-03
| | | | Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the RTP muxer dependenciesLuca Abeni2008-01-03
| | | | Originally committed as revision 11384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use one shift less in get_pts()Ivo van Poorten2008-01-03
| | | | Originally committed as revision 11383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention libavfilter in warning about deprecated vhookAurelien Jacobs2008-01-03
| | | | Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reindent.Diego Biurrun2008-01-02
| | | | Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-02
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
| | | | Originally committed as revision 11373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02
| | | | Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2008-01-02
| | | | Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add portable way to check for the existence of definitions andDave Yeo2008-01-01
| | | | | | | apply it to socklen_t. patch by Dave Yeo, daveryeo telus net Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
| | | | Originally committed as revision 11365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document return of read_timestamp.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear internal queue when seekingAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
| | | | Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-29
| | | | Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix url_split() so that the ?foobar part is in the path and only the ↵Michael Niedermayer2007-12-29
| | | | | | path. Originally committed as revision 11347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
| | | | Originally committed as revision 11341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng ↵Luca Barbato2007-12-28
| | | | | | support Originally committed as revision 11340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-28
| | | | Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert hack which should have never been commited.Michael Niedermayer2007-12-28
| | | | | | | | | | ------------------------------------------------------------------------ r464 | philipjsg | 2002-05-09 03:19:15 +0200 (Thu, 09 May 2002) | 3 lines * Add a sleep when doing the post to ffserver. Yes, this is the wrong solution. Originally committed as revision 11336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-27
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-27
| | | | Originally committed as revision 11323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
| | | | | | fixes issue309 Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-25
| | | | | | | | | | | | | | | stored in CDXA as well. And the need for a CDXA specific check is questionable. Also ive ok-ed that patch instead of mans ... fixes issue287 (psxstr misdetection as MPEG-PS) Original commit message: add support for information in CDXA format patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 11314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* djgpp port, first partMichael Kostylev2007-12-24
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: begining --> beginningDiego Biurrun2007-12-23
| | | | Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk