aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* huffyuv rgb encoderLoren Merritt2007-03-181-4/+104
| | | | Originally committed as revision 8439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove parameter unused in format string.Diego Pettenò2007-03-181-1/+1
| | | | | | Patch by Diego Petten [flameeyes gentoo org] Originally committed as revision 8438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationKostya Shishkov2007-03-181-36/+36
| | | | Originally committed as revision 8437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-181-0/+28
| | | | Originally committed as revision 8436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-184-12/+42
| | | | Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-171-4/+95
| | | | Originally committed as revision 8434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove incorrect special case for audioMichael Niedermayer2007-03-171-9/+0
| | | | Originally committed as revision 8433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-03-171-42/+42
| | | | Originally committed as revision 8432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts into dts supportMichael Niedermayer2007-03-171-2/+17
| | | | Originally committed as revision 8431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the encoding of the image data to its own function.Bobby Bingham2007-03-171-12/+19
| | | | | | patch by Bobby Bingham, uhmmmm gmail com Originally committed as revision 8430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-171-2/+7
| | | | Originally committed as revision 8429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless if()Michael Niedermayer2007-03-171-1/+1
| | | | Originally committed as revision 8428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-171-12/+7
| | | | Originally committed as revision 8427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-171-14/+6
| | | | Originally committed as revision 8426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-161-2/+0
| | | | Originally committed as revision 8425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-161-4/+4
| | | | | | set cur_dts correctly for delay>1 Originally committed as revision 8424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-161-2/+1
| | | | Originally committed as revision 8423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fps stats, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-161-2/+7
| | | | Originally committed as revision 8422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-03-151-17/+17
| | | | Originally committed as revision 8421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force 16-bytes alignement of block array, as needed by the implementation of ↵John Dalgliesh2007-03-151-2/+2
| | | | | | | | ff_dct_sse2 patch by John Dalgliesh %johnd A defyne P org% Originally committed as revision 8420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support reordering pts in the decoder (this might be equivalent to mplayers ↵Michael Niedermayer2007-03-151-4/+31
| | | | | | | | -correct-pts mode) enable it with -drp (=decoder reorders pts) Originally committed as revision 8419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-151-8/+1
| | | | Originally committed as revision 8418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subband_coef_noise -> subband_coef_signIan Braithwaite2007-03-151-16/+16
| | | | | | Cosmetics patch by Ian Braithwaite ian .. braithwaite dot dk Originally committed as revision 8417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove secure password delivery requirement after complaint by the SVN adminMichael Niedermayer2007-03-151-4/+0
| | | | Originally committed as revision 8416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording/spelling fixesDiego Biurrun2007-03-151-35/+36
| | | | Originally committed as revision 8415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gpg and passwords ruleMichael Niedermayer2007-03-151-0/+4
| | | | Originally committed as revision 8414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rule to keep disscussion on the public mailinglist (stolen from mplayers ↵Michael Niedermayer2007-03-151-0/+3
| | | | | | | | policy) (like always 1 complain from a ffmpeg-developer and ill reverse and we can disscuss it) Originally committed as revision 8413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patches should be split into incremental changes if possibleMichael Niedermayer2007-03-151-1/+7
| | | | | | | | add patch split reasoning suggest asking on ffmpeg-dev if theres doubt about spliting (and like always if any developer disagrees say so and ill revert this and we can disscuss it on ffmpeg-dev) Originally committed as revision 8412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa (.tga) encoder,Bobby Bingham2007-03-155-1/+100
| | | | | | | | | | patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a entry to the policy about fixing warnings (i think this is common ↵Michael Niedermayer2007-03-151-0/+3
| | | | | | | | sense but if anydeveloper disagrees, just say so and ill revert it and we can disscuss it on ffmpeg-dev) Originally committed as revision 8410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch review processMichael Niedermayer2007-03-151-2/+19
| | | | Originally committed as revision 8409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-141-2/+2
| | | | Originally committed as revision 8408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-141-5/+6
| | | | Originally committed as revision 8407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain where the T table comes fromMichael Niedermayer2007-03-141-1/+1
| | | | Originally committed as revision 8406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-1413-4/+566
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deprecate ff_realloc_staticMichael Niedermayer2007-03-141-1/+1
| | | | Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote thisMichael Niedermayer2007-03-141-2/+1
| | | | Originally committed as revision 8403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-146-25/+38
| | | | Originally committed as revision 8402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move RLTable stuff to its own headerMichael Niedermayer2007-03-142-28/+38
| | | | Originally committed as revision 8401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill av_mallocz_static()Michael Niedermayer2007-03-141-5/+1
| | | | Originally committed as revision 8400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after last commitBaptiste Coudurier2007-03-141-9/+9
| | | | Originally committed as revision 8399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 complete frames parsing supportBaptiste Coudurier2007-03-141-0/+4
| | | | Originally committed as revision 8398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-143-0/+16
| | | | Originally committed as revision 8397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-141-8/+2
| | | | Originally committed as revision 8396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a av_mallocz_static()Michael Niedermayer2007-03-131-5/+2
| | | | Originally committed as revision 8395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10^10l to whoever wrote thisMichael Niedermayer2007-03-131-32/+4
| | | | Originally committed as revision 8394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless static cm variableMichael Niedermayer2007-03-131-3/+1
| | | | Originally committed as revision 8393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-03-131-6/+3
| | | | Originally committed as revision 8392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer2007-03-131-4/+1
| | | | Originally committed as revision 8391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant memset()Michael Niedermayer2007-03-131-2/+0
| | | | Originally committed as revision 8390 to svn://svn.ffmpeg.org/ffmpeg/trunk