aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmetics: reindent after last commitAurelien Jacobs2006-11-201-7/+7
| | | | 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-201-7/+32
| | | | Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: properly handle real video extradataAurelien Jacobs2006-11-201-1/+8
| | | | Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-201-2/+1
| | | | Originally committed as revision 7127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IdentationKostya Shishkov2006-11-191-7/+7
| | | | Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-191-3/+34
| | | | | | | 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-181-2/+2
| | | | 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-181-7/+6
| | | | | | 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-171-1/+1
| | | | Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, use framecode table generatorOded Shimon2006-11-171-29/+1
| | | | Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-171-26/+26
| | | | Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-161-5/+6
| | | | Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse video frame headers to get key flagBaptiste Coudurier2006-11-161-0/+1
| | | | 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-161-1/+2
| | | | | | 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-161-0/+1
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check max_pts_distanceMichael Niedermayer2006-11-161-11/+13
| | | | 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-161-1/+9
| | | | Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMichael Niedermayer2006-11-161-2/+1
| | | | Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused codeMichael Niedermayer2006-11-161-25/+1
| | | | 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-161-11/+2
| | | | | | | | 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-161-4/+7
| | | | Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, don't free the streamsOded Shimon2006-11-151-1/+0
| | | | 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-151-6/+6
| | | | Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-141-1/+1
| | | | 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-141-0/+3
| | | | Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync from last syncpointMichael Niedermayer2006-11-141-1/+1
| | | | Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove skip spamMichael Niedermayer2006-11-141-1/+0
| | | | Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS-specific code into os_support.c.Diego Biurrun2006-11-143-47/+29
| | | | Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, add cache_syncpointsOded Shimon2006-11-141-1/+2
| | | | Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 422P@HL I-only universal labelBaptiste Coudurier2006-11-141-0/+1
| | | | Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common macro PUT_UTF8 in asf.cZuxy Meng2006-11-141-13/+11
| | | | | | | | 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-141-21/+21
| | | | Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking with indexMichael Niedermayer2006-11-141-15/+14
| | | | Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* index less seeking in O(log n) timeMichael Niedermayer2006-11-142-12/+84
| | | | Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-141-1/+1
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-141-1/+1
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-141-4/+2
| | | | Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ↵Michael Niedermayer2006-11-142-14/+37
| | | | | | and AVIndex Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4Baptiste Coudurier2006-11-141-0/+4
| | | | Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong/misleading comment.Diego Biurrun2006-11-141-1/+0
| | | | Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-131-1/+1
| | | | Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify VMD demuxer (but it still does not work right)Kostya Shishkov2006-11-131-94/+33
| | | | Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-121-4/+2
| | | | Originally committed as revision 6989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-121-3/+3
| | | | Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-121-3/+5
| | | | Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for ↵Oded Shimon2006-11-121-1/+1
| | | | | | libnut de/muxer.. Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-121-0/+3
| | | | Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-121-20/+11
| | | | Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-121-2/+103
| | | | | | index reading (unfinished and disabled) Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk