1. 21 Feb, 2012 6 commits
    • Michael Niedermayer's avatar
      avidec: Reduce log level for out of index error message. · e6380afa
      Michael Niedermayer authored
      Its otherwise spaming every time one tries to seek to outside
      the file.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      e6380afa
    • Michael Niedermayer's avatar
      doxy: Disable the main index page. · 68fac5c2
      Michael Niedermayer authored
      Theres no usefull or even remotely complete information on it currently.
      Which just leads to confusion.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      68fac5c2
    • Clément Bœsch's avatar
    • Clément Bœsch's avatar
      doc/examples: add audio decoding/filtering example. · aecf0cf5
      Clément Bœsch authored
      Mostly based on doc/examples/filtering.c. lavfi API is still limited to
      "buffer feeding" instead of "frame feeding" at the moment, so this
      example code sticks with it.
      aecf0cf5
    • Clément Bœsch's avatar
      lavfi/abuffer: init the data planes with NULL pointers. · 241f8465
      Clément Bœsch authored
      Samples buffer ref is allocated and loaded with the uninitialized data
      pointers:
           av_asrc_buffer_add_buffer()
        -> av_asrc_buffer_add_samples()
        -> avfilter_get_audio_buffer_ref_from_arrays(data, ...)
      
      ...which leads to a crash with at least lavfi/ashowinfo in case of !NULL
      (see the for loop while samplesref->data[plane]).
      241f8465
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · eadd4264
      Michael Niedermayer authored
      * qatar/master: (36 commits)
        adpcmenc: Use correct frame_size for Yamaha ADPCM.
        avcodec: add ff_samples_to_time_base() convenience function to internal.h
        adx parser: set duration
        mlp parser: set duration instead of frame_size
        gsm parser: set duration
        mpegaudio parser: set duration instead of frame_size
        (e)ac3 parser: set duration instead of frame_size
        flac parser: set duration instead of frame_size
        avcodec: add duration field to AVCodecParserContext
        avutil: add av_rescale_q_rnd() to allow different rounding
        pnmdec: remove useless .pix_fmts
        libmp3lame: support float and s32 sample formats
        libmp3lame: renaming, rearrangement, alignment, and comments
        libmp3lame: use the LAME default bit rate
        libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
        libmp3lame: cosmetics: remove some pointless comments
        libmp3lame: convert some debugging code to av_dlog()
        libmp3lame: remove outdated comment.
        libmp3lame: do not set coded_frame->key_frame.
        libmp3lame: improve error handling in MP3lame_encode_init()
        ...
      
      Conflicts:
      	doc/APIchanges
      	libavcodec/libmp3lame.c
      	libavcodec/pcxenc.c
      	libavcodec/pnmdec.c
      	libavcodec/pnmenc.c
      	libavcodec/sgienc.c
      	libavcodec/utils.c
      	libavformat/hls.c
      	libavutil/avutil.h
      	libswscale/x86/swscale_mmx.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      eadd4264
  2. 20 Feb, 2012 34 commits