summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 1lAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn ↵Sigbjørn Skjæret2005-07-01
| | | | | | Skjæret: cisc, broadpark no) Originally committed as revision 4413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-30
| | | | Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier2005-06-30
| | | | Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix assertion failureMichael Niedermayer2005-06-29
| | | | Originally committed as revision 4411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by 1 error bugfixMichael Niedermayer2005-06-29
| | | | | | avoid adding duplicate global headers to the bitstream Originally committed as revision 4410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another REG_d -> REG_D fix.Reimar Döffinger2005-06-28
| | | | Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin ↵Gildas Bazin2005-06-28
| | | | | | : altern org) Originally committed as revision 4409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabling all decoders patch by (Emiliano Parasassi, millallo : tiscali it)Emiliano Parasassi2005-06-28
| | | | Originally committed as revision 4408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, ↵Mark Weaver2005-06-28
| | | | | | npsl co uk) Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTCP_* conflict with live.com and they seem not to be used anywhere so ↵Michael Niedermayer2005-06-28
| | | | | | commenting them out Originally committed as revision 4406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel ↵Daniel Kristjansson2005-06-28
| | | | | | Kristjansson: danielk, cat nyu edu) Originally committed as revision 4405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay seeking because url_feof() not working patch by (Andy Parkins: ↵Andy Parkins2005-06-28
| | | | | | andyparkins, gmail com) Originally committed as revision 4404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-28
| | | | Originally committed as revision 4403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-28
| | | | Originally committed as revision 4402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mb_yMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont open and close codec at every call of try_decode_frame() as this is not ↵Michael Niedermayer2005-06-27
| | | | | | only slow but also fails if the previous frame is needed for setting some parameters correctly Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep decoding nal units after an errorMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)Michael Niedermayer2005-06-27
| | | | | | | | | | cleanup by me indention fixed second one must be yv12touyvy instead of yv12toyuy2 replace slow modulo by bitwise and move %16!=0 code before the comment saying the code cant handle %16!=0 Originally committed as revision 15825 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut prefers extradata style global headersMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny docs improvement which i apparebtly forgot to commitMichael Niedermayer2005-06-26
| | | | Originally committed as revision 4394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Theora fourccRoberto Togni2005-06-26
| | | | Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-25
| | | | Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier2005-06-24
| | | | | | that code othewisei (leading to segfaults). Originally committed as revision 15814 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-24
| | | | | | a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones Originally committed as revision 4391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVStream.nb_frames and docs for r_frame_rateMichael Niedermayer2005-06-24
| | | | Originally committed as revision 4390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay crashes patch by (Ivan Wong: email, ivanwong info)Ivan Wong2005-06-24
| | | | Originally committed as revision 4389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fixGuillaume Poirier2005-06-23
| | | | Originally committed as revision 4388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-06-23
| | | | Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes itErik Slagter2005-06-19
| | | | | | | | | | a little bit more standard, although it still seems to lack some metadata. Anyway, recent mplayer plays these streams without problems. It also has two globally scoped global structs changed to "static". patch by (Erik Slagter <erik slagter name) Originally committed as revision 4386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-19
| | | | Originally committed as revision 4385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
| | | | Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier2005-06-19
| | | | | | tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64 Originally committed as revision 15763 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* GCC-4 fix for AMD-64Guillaume Poirier2005-06-18
| | | | | | Warning: high cola-affinity here) Originally committed as revision 15750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-18
| | | | Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-06-17
| | | | | | patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 lossless modeLoren Merritt2005-06-17
| | | | Originally committed as revision 4381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for muxing subtitles in mpeg-psAurelien Jacobs2005-06-15
| | | | Originally committed as revision 4380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rephrase a paragraph for ease of understanding, suggested by Mans.Diego Biurrun2005-06-12
| | | | Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/phrasing fixes, mostly by MansDiego Biurrun2005-06-11
| | | | Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2005-06-11
| | | | Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording/phrasingDiego Biurrun2005-06-11
| | | | Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Removed trailing whitespace, converted tabs to spaces.Diego Biurrun2005-06-11
| | | | Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the sentence about WMP object IDs.Diego Biurrun2005-06-11
| | | | Originally committed as revision 4374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Talk of MPEG-4 instead of DivX.Diego Biurrun2005-06-11
| | | | Originally committed as revision 4373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent spellingDiego Biurrun2005-06-10
| | | | Originally committed as revision 4372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further spelling/grammar/wording fixes as suggested by the Wanderer and MansDiego Biurrun2005-06-09
| | | | Originally committed as revision 4371 to svn://svn.ffmpeg.org/ffmpeg/trunk