summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler2010-06-15
| | | | | | | | | | | When symbol versioning is enabled, moving symbols from one library to another breaks binary compatibility. This adds wrappers with the old version tag for the av_*packet functions recently moved to lavc. backport r23611 by mru Originally committed as revision 23613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* revert r23610, better patch is pendingReinhard Tartler2010-06-15
| | | | Originally committed as revision 23612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* add symver hacks for gnu linkersReinhard Tartler2010-06-15
| | | | | | | | | | this patch restores binary compatibility for the av_*_packet symbols that have been moved from libavformat to libavcodec. This patch works for gnu toolchains only; support for ARM RCVT will be handed in for a later point release as soon as the patch is ready and approved by the ARM maintainer(s). Originally committed as revision 23610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add WebM muxerJames Zern2010-06-09
| | | | | | | | | Patch by James Zern <jzern at google> backport r23474 by conrad Originally committed as revision 23549 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Reinhard Tartler2010-05-29
| | | | | | | backport r23309 by cehoyos Originally committed as revision 23384 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroska: Add V_VP8Google2010-05-29
| | | | | | | | | Patch by Google backport r23192 by conrad Originally committed as revision 23376 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Display a more descriptive log message when probe buffer limit is Reinhard Tartler2010-05-29
| | | | | | | | | | | reached. backport r23288 by jai_menon Originally committed as revision 23373 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroskaenc: Write codec time base as default duration for video tracks.Reinhard Tartler2010-05-28
| | | | | | | | | | | This isn't exactly semantically equivalent, but the field has already been long abused to mean this, and writing it helps in determining a decent cfr time base when transcoding from a mkv where the video codec stores none (VP8). backport r23284 by conrad Originally committed as revision 23365 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Reduce the score for the aea demuxer probing function.Reinhard Tartler2010-05-27
| | | | | | | backport r23273 by banan Originally committed as revision 23356 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix detection of some stereo atrac files by not comparing theReinhard Tartler2010-05-27
| | | | | | | | | | block size mode and info byte. backport r23272 by banan Originally committed as revision 23355 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* write 3gp perf tag for artist metadataReinhard Tartler2010-05-27
| | | | | | | backport r23268 by bcoudurier Originally committed as revision 23354 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* change author metadata to artist in mov de/muxerReinhard Tartler2010-05-27
| | | | | | | backport r23266 by bcoudurier Originally committed as revision 23353 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroskaenc: Don't write track timecode scaleReinhard Tartler2010-05-25
| | | | | | | | | It's not required for mkv and unsupported in webm backport r23247 by conrad Originally committed as revision 23315 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroskadec: Allow unknown EBML doctypeReinhard Tartler2010-05-25
| | | | | | | backport r23246 by conrad Originally committed as revision 23314 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* matroskadec: Support webm doctypeJames Zern2010-05-25
| | | | | | | | | Patch by James Zern <jzern at google> backport r23245 by conrad Originally committed as revision 23313 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyDiego Biurrun2010-05-24
| | | | | | | | | | seeks needed for binary search when seeking to a previously seen location. backport r23279 by reimar Originally committed as revision 23282 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler2010-05-23
| | | | | | | backport r23231 by bcoudurier Originally committed as revision 23263 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-21
| | | | | | | backport r23179 by mstorsjo Originally committed as revision 23240 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-21
| | | | | | | backport r23165 by mstorsjo Originally committed as revision 23238 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-21
| | | | | | | backport r23164 by mstorsjo Originally committed as revision 23237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-21
| | | | | | | backport r23163 by mstorsjo Originally committed as revision 23236 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-21
| | | | | | | backport r23162 by mstorsjo Originally committed as revision 23235 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-21
| | | | | | | backport r23161 by mstorsjo Originally committed as revision 23234 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-21
| | | | | | | | | | | This is in preparation for RTP hinting in the MOV muxer, where it needs to be able to create SDP fragments for each media stream. backport r23160 by mstorsjo Originally committed as revision 23233 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Disable non interleaved avi code when there is no index available.Reinhard Tartler2010-05-21
| | | | | | | | | | Fixes issue1956. backport r23202 by michael Originally committed as revision 23230 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix a crash when opening WMS RTSP streamsReinhard Tartler2010-05-21
| | | | | | | | | | Fixes issue 1948 backport r23181 by mstorsjo Originally committed as revision 23228 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-21
| | | | | | | | | | | This is needed for subtitles where packets are infrequent. Patch by Janne Grunau, janne-ffmpeg at jannau dot net. backport r23157 by bcoudurier Originally committed as revision 23226 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* set avg frame rate in mkv demuxerReinhard Tartler2010-05-21
| | | | | | | backport r23152 by bcoudurier Originally committed as revision 23225 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Reinhard Tartler2010-05-21
| | | | | | | | | | It is not harmful and it scares too many users. backport r23139 by bcoudurier Originally committed as revision 23221 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make the nut demuxer issue a more meaningful error message if itReinhard Tartler2010-05-20
| | | | | | | | | cannot recognize the provided codec tag. backport r23071 by stefano Originally committed as revision 23205 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Favor chunk size over hitting the correct position after reading the chunk ↵Reinhard Tartler2010-05-19
| | | | | | | | | | | | size in asf. Fixes issue1923 backport r23040 by michael Originally committed as revision 23185 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersReinhard Tartler2010-05-19
| | | | | | | backport r23022 by conrad Originally committed as revision 23173 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler2010-05-19
| | | | | | | backport r23021 by conrad Originally committed as revision 23172 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* mov: Read nero chaptersReinhard Tartler2010-05-19
| | | | | | | backport r23020 by conrad Originally committed as revision 23171 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update version string in changelogReinhard Tartler2010-05-13
| | | | Originally committed as revision 23114 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
| | | | Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov: Read nero chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
| | | | | | Patch by Thierry Foucu, tfoucu gmail Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-01
| | | | | | av_probe_input_format2 Originally committed as revision 23004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
| | | | Originally committed as revision 23002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add version to AVClass so we can add to and use fields of AVClass without ↵Michael Niedermayer2010-04-28
| | | | | | ABI issues. Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-28
| | | | | | Patch by Anssi Hannula, anssi D hannula A iki fi Originally committed as revision 22985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after rr22977.Sebastian Vater2010-04-27
| | | | | | Patch by Sebastian Vater <cdgs.basty googlemail com>. Originally committed as revision 22978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-27
| | | | | | | | | | fields of common media header chunks (these can have different sizes depending on the type of IFF file you read), better handle odd sizes (like RIFF, every field is padded to word) and handle headerchunks after the BODY chunk. Patch by Sebastian Vater <cdgs.basty googlemail com>. Originally committed as revision 22977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-26
| | | | | | rather than always ENOENT. Originally committed as revision 22972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
| | | | | | | | in its place. av_metadata_set() is going to be dropped at the next major bump. Originally committed as revision 22961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-22
| | | | | | bug reports. Also warn the user about it. Originally committed as revision 22947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-22
| | | | Originally committed as revision 22945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from ↵Tomas Härdin2010-04-22
| | | | | | the Deep". Originally committed as revision 22942 to svn://svn.ffmpeg.org/ffmpeg/trunk