1. 14 May, 2003 1 commit
  2. 12 May, 2003 1 commit
  3. 09 May, 2003 1 commit
  4. 07 May, 2003 1 commit
    • Roman Shaposhnik's avatar
      * introducing new public interface in imgconvert.c · 63167088
      Roman Shaposhnik authored
             + avcodec_get_pix_fmt
               converts textual representation of pixel format into
      	 the actual id. Complements avcodec_get_pix_fmt_name.
             + avpicture_layout
               serializes given picture into a flat array.
      	 Complements avpicture_fill.
      
         * adding a new option -pix_fmt to the ffmpeg, in order to control
           pixel format for the codecs that do support it, like rawvideo,
           for example.
      
         * reducing complexity of the rawvideo codec by splitting it in two
           and making it more reliable via hooking up to the avpicture_layout.
           Plus adding new FourCC as described here: http://www.fourcc.org
      
         * A tiny fix for avienc.c that makes avih and video strf consistent
           regarding codec FourCC.
      
      Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
      63167088
  5. 05 May, 2003 1 commit
  6. 15 Apr, 2003 1 commit
  7. 04 Apr, 2003 1 commit
  8. 06 Mar, 2003 1 commit
  9. 09 Feb, 2003 1 commit
  10. 29 Jan, 2003 1 commit
  11. 27 Jan, 2003 1 commit
  12. 27 Dec, 2002 1 commit
  13. 08 Dec, 2002 1 commit
  14. 22 Nov, 2002 1 commit
  15. 20 Nov, 2002 1 commit
  16. 14 Nov, 2002 1 commit
  17. 02 Nov, 2002 1 commit
  18. 28 Oct, 2002 1 commit
  19. 04 Oct, 2002 1 commit
  20. 01 Sep, 2002 1 commit
  21. 20 Jul, 2002 1 commit
    • François Revol's avatar
      beos/mov/adpcm patch by François Revol <revol at free dot fr> · 0147f198
      François Revol authored
      * Some BeOS fixes:
      - errno stuff
      - nanosleep() replacement
      - added a doc/README.beos
      
      * mov reader still has problems with most videos (skips many chunks),
      - It should now read .mov files with zlib-compressed moov headers (aka cmov)
      - added SVQ1 support.
      - removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
      - added IMA4 support. (tested)
      - fixed frame rate (it reported 0 fps or something before)
      - extended file probing ('wide' and 'free' atoms)
      - improved .mov/.mp4 detection (or so I think)
      
      * adpcm
      * added zlib support, with header file and lib check
      
      Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
      0147f198
  22. 09 Jul, 2002 1 commit
  23. 18 Jun, 2002 1 commit
  24. 11 Jun, 2002 1 commit