Skip to content
Snippets Groups Projects
  1. Dec 18, 2003
  2. Dec 17, 2003
  3. Dec 12, 2003
  4. Dec 09, 2003
  5. Dec 05, 2003
  6. Nov 28, 2003
  7. Nov 27, 2003
  8. Nov 25, 2003
  9. Nov 16, 2003
  10. Nov 12, 2003
    • Ronald S. Bultje's avatar
      Oops, some pretty bad memleaks · ebbae798
      Ronald S. Bultje authored
      Original commit message from CVS:
      Oops, some pretty bad memleaks
      ebbae798
    • Ronald S. Bultje's avatar
      Several encoding changes: for video, double check the pix_fmt after opening... · 199e7f14
      Ronald S. Bultje authored
      Several encoding changes: for video, double check the pix_fmt after opening the AVCodec. The pix_fmt will be changed ...
      
      Original commit message from CVS:
      Several encoding changes:
      * for video, double check the pix_fmt after opening the AVCodec. The pix_fmt
      will be changed to the preferred pix_fmt instead of that opening the
      codec fails. We fail when it has changed (then, ffmpeg doesn't like it).
      * for video, set the correct timestamp.
      * for audio, do *not* set the frame_size: most codecs don't like it. Instead,
      keep a cache of buffers and always give data of size "frame_size". Maybe
      I should have used bytestream here, I'm not sure. This works, though.
      I can now create mpeg1 video, mp2 and ac3 audio. I didn't test any others yet.
      I also didn't start working on integration with any of the muxers yet, that's
      all one big TODO. One thing at a time, please. :).
      199e7f14
  11. Nov 10, 2003
    • Benjamin Otte's avatar
      some fixes: · d26aa5ad
      Benjamin Otte authored
      Original commit message from CVS:
      some fixes:
      - put back a fix to make generic audio caps fixed.
      - read out all of the flags when constructing wma extradata
      d26aa5ad
  12. Nov 07, 2003
  13. Nov 05, 2003
  14. Nov 04, 2003
  15. Nov 02, 2003
  16. Oct 31, 2003
  17. Oct 29, 2003
  18. Oct 28, 2003
    • Benjamin Otte's avatar
      merge TYPEFIND branch. Major changes: · 98063f8c
      Benjamin Otte authored
      Original commit message from CVS:
      merge TYPEFIND branch. Major changes:
      - totally reworked type(find) system
      - all typefind functions are in gst/typefind now
      - more typefind functions then before
      - some plugins might fail to compile now because I don't have them installed and they
      a) require bytestream or
      b) haven't had their typefind fixed.
      Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
      98063f8c
  19. Oct 26, 2003
    • Ronald S. Bultje's avatar
      Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder...... · c92678bb
      Ronald S. Bultje authored
      Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder... Now to find out why it still doesn't l...
      
      Original commit message from CVS:
      Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder... Now to find out why it still doesn't list itself after gst-register'ing...
      c92678bb
    • Ronald S. Bultje's avatar
      < <-> > confusion · b34d003b
      Ronald S. Bultje authored
      Original commit message from CVS:
      < <-> > confusion
      b34d003b
    • Ronald S. Bultje's avatar
      Make it compile against latest CVS of FFMPEG: · 8358d67b
      Ronald S. Bultje authored
      Original commit message from CVS:
      Make it compile against latest CVS of FFMPEG:
      * Put gst/gst.h above avcodec.h because it needs some types defined in glib.h
      * Remove HQ (removed from lavc) property
      
      Also add some functions to make SVQ1 decoding work:
      * Add YUV9 colorspace
      * Let lavc do its own buffer allocation and copy from there instead of using
      our own buffer allocation functions. Somehow, that breaks. I don't know
      why.
      8358d67b
  20. Oct 25, 2003
  21. Oct 22, 2003
  22. Oct 20, 2003
    • Ronald S. Bultje's avatar
      and small improvement in naming of the FFMPEG encoders. This makes their... · 601a18b1
      Ronald S. Bultje authored
      and small improvement in naming of the FFMPEG encoders. This makes their naming look slightly better in apps using el...
      
      Original commit message from CVS:
      Typo (> instead of <) in codec selection (we don't want raw audio to raw audio encoders), and small improvement in naming of the FFMPEG encoders. This makes their naming look slightly better in apps using element_factory->details->longname.
      601a18b1
  23. Oct 16, 2003
  24. Oct 09, 2003
  25. Oct 08, 2003
  26. Oct 01, 2003
    • Ronald S. Bultje's avatar
      New typefind system: bytestream is now part of the core all plugins have been... · cc76e12b
      Ronald S. Bultje authored
      New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
      
      Original commit message from CVS:
      New typefind system:
      * bytestream is now part of the core
      * all plugins have been modified to use this new typefind system
      * asf typefinding added
      * mpeg video stream typefiding removed because it's broken
      * duplicate typefind entries removed
      * extra id3 typefinding added, because we've seen 4 types of files
      (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
      to work. Instead, I've added an id3 element and let it redo typefiding
      after the id3 header. this needs a hack because spider only typefinds
      once. We can remove this hack once spider supports multiple typefinds.
      * with all this, mp3 typefinding is semi-rewritten
      * id3 typefinding in flac/vorbis is removed, it's no longer needed
      * fixed spider and gst-typefind to use this, too.
      * Other general cleanups
      cc76e12b
  27. Sep 16, 2003
  28. Sep 15, 2003
  29. Sep 11, 2003
  30. Aug 09, 2003
  31. Jul 08, 2003
Loading