summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
| | | | | | | | | Patch by Andreas Oman andreas A olebyn P nu Original thread: Date: Sep 10, 2006 7:26 AM Subject: Re: [Ffmpeg-devel] [PATCH] allow ffmpeg to read mp3s beginning with partial frames Originally committed as revision 6225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
| | | | Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty variable declaration.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-08
| | | | | | | | | | Patch by Takis Original thread: Date: Sep 6, 2006 5:43 PM Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag support Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-08
| | | | | | | | | | | | when the next compatibility breaking change occurs, as suggested by Michael Niedermayer here: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377 Patch by Takis Original thread: Date: Sep 8, 2006 11:19 AM Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-07
| | | | Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be% Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow RGB Raw encodingJavier Garcia2006-09-06
| | | | | | | | | Patch by Javier garcia % garcofra A hotmail P com % Original thread: Date: Aug 30, 2006 1:49 PM Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding Originally committed as revision 6180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
| | | | Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move track timescale/sampleDuration init to write_header and return error if ↵Baptiste Coudurier2006-09-04
| | | | | | not set Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux2006-09-04
| | | | | | | | | | mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun2006-09-03
| | | | | | | changed license from GPL to LGPL eventually, see http://sourceforge.net/mailarchive/forum.php?thread_id=3320020&forum_id=5458 Originally committed as revision 6158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
| | | | | | | | | Patch by David Conrad <davedc_@umbc.edu> Original thread: Date: Wed, 30 Aug 2006 15:12:35 -0400 Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-29
| | | | | | | | | 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 6124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing file from commit r6122 (AVISynth support)Guillaume Poirier2006-08-29
| | | | Originally committed as revision 6123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
| | | | | | | | Original Thread: Date: Aug 16, 2006 11:45 PM Subject: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as ↵Aurelien Jacobs2006-08-28
| | | | | | there was a typo in the define Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the ↵Nico Sabbi2006-08-27
| | | | | | default value) Originally committed as revision 6110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-27
| | | | Originally committed as revision 6109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-27
| | | | Originally committed as revision 6108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support some totally broken ODML variantMichael Niedermayer2006-08-25
| | | | Originally committed as revision 6091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ↵Baptiste Coudurier2006-08-24
| | | | | | if mono, dont rely on bits per sample which can be wrong Originally committed as revision 6079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct uid, and enable JPEG 2000 detectionBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24
| | | | Originally committed as revision 6076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let ↵Baptiste Coudurier2006-08-24
| | | | | | decoder init them Originally committed as revision 6069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
| | | | Originally committed as revision 6064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-24
| | | | | | | | | Patch by Brian Brice % bbrice A newtek P com % Original thread: Date: Aug 22, 2006 10:21 PM Subject: [Ffmpeg-devel] [PATCH] ODML AVI Duration Originally committed as revision 6063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fallback if theres no indexMichael Niedermayer2006-08-23
| | | | | | fix index less seeking Originally committed as revision 6055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read and use index (based on a patch by John Donaghy on the 23-03-2006 ↵Michael Niedermayer2006-08-23
| | | | | | '[Ffmpeg-devel] dvr-ms seek help request') Originally committed as revision 6054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* value_num should also be 64bit (1 hunk from the asf seeking patch by ↵Steve L'Homme2006-08-23
| | | | | | DrDivx/Steve Lhomme) Originally committed as revision 6053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / ↵Michael Niedermayer2006-08-23
| | | | | | Steve Lhomme) Originally committed as revision 6052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct first gop closed valueBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init bufferBaptiste Coudurier2006-08-21
| | | | Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk