summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Do not touch pkt->ptsKostya Shishkov2006-12-03
| | | | Originally committed as revision 7217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some VQA v1 files don't have audio streamKostya Shishkov2006-12-03
| | | | Originally committed as revision 7216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.Mike Melanson2006-12-02
| | | | | | | I changes the lavc Cinepak decoder some time ago to be able to handle the deviant data, but never updated this demuxer. Originally committed as revision 7214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-01
| | | | | | patch by Allan Hsu, allan counterpop net Originally committed as revision 7194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer2006-11-30
| | | | Originally committed as revision 7185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better VQA demuxerKostya Shishkov2006-11-29
| | | | Originally committed as revision 7184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-28
| | | | | | fixes jerky playback of planet.earth.mkv Originally committed as revision 7181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move source_package declaration in the loop and reset it each iterationBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readjust dts if negativeBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs2006-11-27
| | | | Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No need for special trick anymore for flac in matroska.Aurelien Jacobs2006-11-23
| | | | | | The flac decoder now understand full metadata header in extradata. Originally committed as revision 7162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-22
| | | | Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-22
| | | | Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for FLAC in matroskaAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21
| | | | Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for tta in matroskaAurelien Jacobs2006-11-20
| | | | Originally committed as revision 7138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitAurelien Jacobs2006-11-20
| | | | Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-20
| | | | Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: properly handle real video extradataAurelien Jacobs2006-11-20
| | | | Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-20
| | | | Originally committed as revision 7127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IdentationKostya Shishkov2006-11-19
| | | | Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
| | | | | | | This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced comment.Diego Biurrun2006-11-18
| | | | Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
| | | | | | with XAN DPCM audio (wrongly) declare PCM audio in the header. Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-17
| | | | Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, use framecode table generatorOded Shimon2006-11-17
| | | | Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-17
| | | | Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse video frame headers to get key flagBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ↵Michael Niedermayer2006-11-16
| | | | | | keyframe) Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check max_pts_distanceMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused codeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-16
| | | | | | | | Original thread: Date: 11/15/2006 05:15 PM Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup Originally committed as revision 7095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update to libnut API, non-negative errorsOded Shimon2006-11-16
| | | | Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, don't free the streamsOded Shimon2006-11-15
| | | | Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW compilation fix, inet_aton and #includes depend on networking support.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
| | | | Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for frames with 2*size > max_dist and no crcMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync from last syncpointMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove skip spamMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, add cache_syncpointsOded Shimon2006-11-14
| | | | Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 422P@HL I-only universal labelBaptiste Coudurier2006-11-14
| | | | Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-14
| | | | | | | | Patch by Zuxy Meng, % zuxy P meng A gmail P com % date: Nov 5, 2006 9:56 AM subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 7059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking with indexMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk