An error occurred fetching the project authors.
  1. 21 Apr, 2008 1 commit
  2. 31 Aug, 2006 1 commit
    • Derk-Jan Hartman's avatar
      * backported:... · 2000adcb
      Derk-Jan Hartman authored
      * backported: [15803]-[15815],[15817],[15819],[15821],[15822],[15824],[15826],[15829],[15831],[15832],[15834],[15836]-[15838],[15841],[15844],[15846],[15848]-[15853],[15859],[15861]-[15867],[15869]-[15871],[15874],[15878]-[15880],[15883],[15884]
      
      * skipped java bindings, new cdda (too many playlist conflicts)
      
      2000adcb
  3. 12 Jan, 2006 1 commit
  4. 09 Aug, 2005 1 commit
  5. 09 Jul, 2005 1 commit
  6. 08 Jul, 2005 1 commit
  7. 07 Mar, 2005 1 commit
  8. 06 Mar, 2005 2 commits
  9. 21 Feb, 2005 1 commit
    • Laurent Aimar's avatar
      * block: added · 70ee5fbf
      Laurent Aimar authored
          - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
       BLOCK_FLAG_DISCONTINUITY in that case)
          - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
       * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
       * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
       (untested).
       * mp4: added support for CTTS table (pts, needed for h264+bframe).
       * decoders: for now handle discontinuity and corrupted block the same way.
      
      70ee5fbf
  10. 07 Feb, 2005 1 commit
  11. 15 Oct, 2004 1 commit
  12. 26 Sep, 2004 1 commit
  13. 27 Aug, 2004 1 commit
    • Gildas Bazin's avatar
      * modules/stream_out/transcode.c: · 2a24c87b
      Gildas Bazin authored
        - Re-use our audio decoder modules instead of using libavcodec directly.
        - No more dependance on libavcodec.
        (downmixing is currently broken + you have to force the ffmpeg codec for a52)
      * modules/audio_filter/format.c:
        - PCM audio format conversion filter using the new common filter architecture.
      * modules/audio_filter/converter/mpgatofixed32.c:
        - implements both the old and new filter architecture (ie. useable in the transcoder).
      * modules/codec/ffmpeg/audio.c:
        - fixes and cleanup.
      2a24c87b
  14. 03 Apr, 2004 1 commit
  15. 26 Feb, 2004 1 commit
  16. 25 Feb, 2004 1 commit
  17. 27 Nov, 2003 1 commit
  18. 24 Nov, 2003 1 commit
  19. 22 Nov, 2003 1 commit
  20. 19 Nov, 2003 1 commit
  21. 17 Nov, 2003 1 commit
  22. 16 Nov, 2003 1 commit
    • Gildas Bazin's avatar
      · 1e9f16e2
      Gildas Bazin authored
      * ALL: final improvements to the decoders/packetizers api.
         (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
      * ALL: small improvements to the encoders api.
      1e9f16e2
  23. 27 Oct, 2003 2 commits
    • Gildas Bazin's avatar
      17a52d7d
    • Gildas Bazin's avatar
      · 630b0fc7
      Gildas Bazin authored
      * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
         Isolated the video postprocessing routines in postprocess.c
      
      * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
         include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
         transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
      
      PS: transcoding is currently a bit broken but I'll fix that ASAP.
      630b0fc7
  24. 10 Jul, 2003 1 commit
  25. 25 Apr, 2003 2 commits
  26. 20 Apr, 2003 1 commit
    • Gildas Bazin's avatar
      · 0adb6a63
      Gildas Bazin authored
      * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
      0adb6a63
  27. 17 Apr, 2003 1 commit
  28. 07 Feb, 2003 1 commit
  29. 25 Jan, 2003 1 commit
  30. 11 Jan, 2003 1 commit
  31. 07 Jan, 2003 1 commit
    • Laurent Aimar's avatar
      * all: I have added two new variables in es_descriptor_t and · 81b7c545
      Laurent Aimar authored
      decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
      a replacement of p_demux_data as this variable is used by
      some demuxers in another way. This way, I will be able to add
      preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
      demuxer so if somebody wants ...)
      81b7c545
  32. 02 Jan, 2003 1 commit
    • Gildas Bazin's avatar
      · 2216d29e
      Gildas Bazin authored
      * modules/codec/*: reverted my previous patch that explicitly set
      i_bytes_per_frame and i_frame_length in each audio decoder.
      * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
      and i_frame_length.
      2216d29e
  33. 30 Dec, 2002 1 commit
    • Gildas Bazin's avatar
      · 700452e0
      Gildas Bazin authored
      * modules/codec/*: make sure all audio decoders set
      output_format.i_bytes_per_frame and output_format.i_frame_length
      properly.
      700452e0
  34. 18 Dec, 2002 1 commit
  35. 06 Dec, 2002 1 commit
  36. 02 Dec, 2002 1 commit
  37. 28 Nov, 2002 1 commit