49 Commits (85ba4839e68f353ebb6cd8d0b2203c97e66d52e6)

Author SHA1 Message Date
Jai Menon 49b3b98b18 AVCodec : Allow delayed opening of audio codecs. 16 years ago
Jai Menon 6233041035 AVCodec : Set audio related parameters in ffmpeg_OpenCodec and use it for audio decoder initialization. 16 years ago
Jai Menon 506f2f69a5 AVCodec : Factor decoder configuration setup code into a separate function. 16 years ago
Rémi Duraffort 4d85871d1b s/informations/information/ 16 years ago
Laurent Aimar cc4676bf4a Moved out avcodec SampleFormat -> VLC formats to its own function. 16 years ago
Jean-Baptiste Kempf ad0b21e090 Avcodec: bump required version to 52.2.0 16 years ago
Laurent Aimar 3f9174473e Fixed non initialized date_t in some corner case with avcodec. 16 years ago
Laurent Aimar b89c2b2ac3 Do not realloc a block already given to ffmpeg. 17 years ago
Laurent Aimar 5964d90680 Fixed avcodec audio decoder after API behavior change. 17 years ago
Rémi Denis-Courmont 6c9479be6c i_nb_bytes -> i_buffer 17 years ago
Rémi Denis-Courmont 38c0878998 aout_buffer_t: store length instead of end timestamp 17 years ago
Ilkka Ollakka 2186305af6 avcodec: set codec_id and codec_type in context also 17 years ago
Rémi Denis-Courmont 8146a7f0e8 aout_buffer_t.start_data -> aout_buffer_t.i_pts 17 years ago
Jean-Baptiste Kempf d9ddc5ae83 Typo again... 17 years ago
Rémi Duraffort c141073fcd avcodec: use AV_VERSION_INT. 17 years ago
Jean-Baptiste Kempf 09ec87b09d Avcodec: safeguard for people not using the latest libavcodec 17 years ago
Jean-Baptiste Kempf 5300a9e008 10l: Fix typo 17 years ago
Jean-Baptiste Kempf 40d06d44b0 WMAPro: increase the i_output_max to have a proper decoding 17 years ago
Laurent Aimar b881303107 Used date_t instead of audio_date_t in codecs. 17 years ago
Jean-Baptiste Kempf 8674d65e90 AVcodec version needed for 1.1 is 51.48.0 so far. 17 years ago
Laurent Aimar 698c89004f Made sure that our output buffer is large enough with TTA. 17 years ago
Laurent Aimar ae61892407 Used av_malloc/free for avcodec_decode_audio2 output buffer. 17 years ago
Laurent Aimar cd2f14472d Fixed avcodec wrapper with unrecognized audio layout. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar 60c14553e2 Fixed typo in avcodec audio. 17 years ago
Laurent Aimar e5e22fe508 Try to fix compilation with older ffmpeg version. 17 years ago
Laurent Aimar 68dec8670a Fixed a regression with avcodec due to 83f58a5076 17 years ago
Laurent Aimar 83f58a5076 Use audio channel layout only when supported by avcodec. 17 years ago
Laurent Aimar 868b85c2f2 Fixed typo in avcodec audio. 17 years ago
Laurent Aimar 96c92ae914 Try to setup avcodec audio format as soon as possible. 17 years ago
Laurent Aimar d9271cf680 Added support for avcodec audio channel layout. 17 years ago
Laurent Aimar 6616fd00d4 Used a better audio output frame size in avcodec depending on the codec. 17 years ago
Rémi Denis-Courmont bf7164b792 avcodec, switcher: use the global avcodec lock 17 years ago
Laurent Aimar 4e033b0745 Support output bits per sample changes in ffmpeg (close #2493). 17 years ago
Laurent Aimar 6a5e468ddc Support delaying codec open until extradata are present (avcodec). 18 years ago
Laurent Aimar e01af7eba9 Added support for avcodec SAMPLE_FMT_*. 18 years ago
Laurent Aimar 875bcdf157 Correctly reset date after a discontinuity in audio decoder. 18 years ago
Laurent Aimar 1f8490d632 Allow up to 8 channels with ffmpeg decoder. 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Rémi Denis-Courmont e398428451 Use static mutexes 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Alexis Ballier fa68d1aeab ffmpeg: API change 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Laurent Aimar df7648f066 Fixed ALAC. (close #633) 18 years ago
Rémi Denis-Courmont 3ccefd743a Format string fixes 18 years ago
Laurent Aimar 37402ad5d3 Check against 0 sample rate (returned by ffmpeg). 18 years ago
Rémi Duraffort 37a2578ce4 Remove unneeded msg_Err. 18 years ago
Antoine Cellerier f7d5f3e7ca Move avcodec module files to modules/codec/avcodec. (The 3 shared 18 years ago
Antoine Cellerier 11aac010ac Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers. 18 years ago