summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ↵Carl Eugen Hoyos2009-06-27
| | | | | | cold. Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pitch delay decodingVladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-26
| | | | | | by the variable frame size patch. Fixes at least issue 1165. Originally committed as revision 19279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only link against alsa if enabled.Stefano Sabatini2009-06-25
| | | | Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz2009-06-25
| | | | | | | | it is not disabled. Patch by Adrian Stutz $firsname@sttz ch. Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-25
| | | | | | Make sure the latter is only checked for x86 optimizations, which are GPL. Originally committed as revision 29390 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix id3v2.2 frame size parsing.Michael Niedermayer2009-06-25
| | | | | | Fixes issue1202. Originally committed as revision 19276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix id3v2.3/4 tag size parsing.Michael Niedermayer2009-06-25
| | | | | | Fixes issue1106 Originally committed as revision 19275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
| | | | | | is read. Originally committed as revision 19273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-25
| | | | Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-25
| | | | Originally committed as revision 29388 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
| | | | | | | AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. Originally committed as revision 19270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
| | | | Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-24
| | | | Originally committed as revision 19268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-24
| | | | | | | default values. This is needed because FLV files with Speex do not contain a Speex header, which is necessary for stream copy. Originally committed as revision 19267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
| | | | | | Patch by Haruhiko Yamagata, h D yamagata A nifty D com Originally committed as revision 19266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last patch.Reimar Döffinger2009-06-24
| | | | Originally committed as revision 19265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov demuxer: Track the current position also for streams that have ↵Reimar Döffinger2009-06-24
| | | | | | | | | AVDISCARD_ALL set. This allows for seamless switching of e.g. audio streams, with the previous code playback started always from the beginning when removing AVDISCARD_ALL. Originally committed as revision 19264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-24
| | | | | | into a separate function. Originally committed as revision 19263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-24
| | | | | | | instead of always -1 (makes no real difference currently since dv_get_packet always returns -1 so far). Originally committed as revision 19262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-24
| | | | | | | MOVStreamContext. We need the AVStream anyway and it is easier to get the MOVStreamContext from the AVStream than the other way around. Originally committed as revision 19261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
| | | | Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-24
| | | | Originally committed as revision 19259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23
| | | | | | | | First, reverted one was r19239. Patch by Haruhiko Yamagata, h D yamagata A nifty D com Originally committed as revision 19258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23
| | | | | | | | is used. Patch by Brian Crowell <($firstname)@fluggo.com> Originally committed as revision 19257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik2009-06-23
| | | | Originally committed as revision 19256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-23
| | | | | | mv_x < 1 or mv_y < 1. Originally committed as revision 19255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-22
| | | | | | | | using the _REFFILE(S) postfix, and regression result file(s) using the _RESFILE(S) postfix. Improve legibility. Originally committed as revision 19253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-22
| | | | Originally committed as revision 19252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-22
| | | | Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-22
| | | | | | | | | value. Currently, this is only used in qcp.c and mpegenc.c, and they are practically unaffected by this change. See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML. Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-21
| | | | | | is more expressive. Originally committed as revision 19249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-21
| | | | | | corrupted data. Originally committed as revision 19248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-21
| | | | Originally committed as revision 19247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spacing and commentsJustin Ruggles2009-06-21
| | | | Originally committed as revision 19246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-21
| | | | Originally committed as revision 19245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-21
| | | | | | | | next_frame_offset are not set, because second field has next frame offset set but not frame_offset, otherwise this wrongly fetch timestamp for the second field. Originally committed as revision 19244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-21
| | | | Originally committed as revision 19243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-20
| | | | Originally committed as revision 19242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
| | | | Originally committed as revision 19241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-20
| | | | Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-20
| | | | | | Patch by Haruhiko Yamagata, h D yamagata A nifty D com Originally committed as revision 19239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-20
| | | | Originally committed as revision 19238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-20
| | | | | | Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail Originally committed as revision 19237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
| | | | | | Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail Originally committed as revision 19236 to svn://svn.ffmpeg.org/ffmpeg/trunk