43 Commits (85ba4839e68f353ebb6cd8d0b2203c97e66d52e6)

Author SHA1 Message Date
Rémi Denis-Courmont 85ba4839e6 add_float: remove callback parameter 16 years ago
Rémi Denis-Courmont 3204d23260 Remove legacy parameter from add_string() 16 years ago
Rémi Denis-Courmont e5622718c1 Remove unused change_integer_list parameter 16 years ago
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 512acd87b9 AVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static. 16 years ago
Jean-Baptiste Kempf 5f919fba48 Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec 16 years ago
Jean-Baptiste Kempf 88041dfe44 Force avcodec to be at least 52.25.0 and avfomat 52.30.0... 16 years ago
Laurent Aimar dc272d02ae Added support for ffmpeg-mt. 16 years ago
Jean-Baptiste Kempf ad0b21e090 Avcodec: bump required version to 52.2.0 16 years ago
Christophe Mutricy 63b1f199b6 Typo 16 years ago
Rafaël Carré 3dd2478ce1 avcodec decoder: export profile/level at open 16 years ago
Jean-Baptiste Kempf 20693a6136 Rename the "Other codecs" category 16 years ago
Rémi Denis-Courmont 890ec5e249 lavc: kill config_Get 17 years ago
Laurent Aimar f0a61cd7c0 Added an access using avformat protocol support. 17 years ago
Laurent Aimar 188aa615fd Disabled ffmpeg hardware acceleration support by default. 17 years ago
Laurent Aimar e0028dbfcd Added DXVA2 support to our avcodec wrapper. 17 years ago
Laurent Aimar 1eadd58b04 Updated avcodec with SSE3/SSSE3/SSE4.1/SSE4.2. 17 years ago
Rémi Denis-Courmont be5d9107a6 Use <vlc_cpu.h> 17 years ago
Rémi Denis-Courmont 2c68d5a40d --enable-merge-ffmpeg: kludge to make avcodec and avformat plugins one 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Rémi Duraffort 59fbc36bd8 avcodec: fix compilation. 17 years ago
Jean-Baptiste Kempf 6955322af1 Avcodec: proper warning if build is < 52.25 17 years ago
Jean-Baptiste Kempf 7c4b1eb973 Remove all subtitles support for people with old avcodec versions. 17 years ago
Laurent Aimar bb1dbbdf02 Added preliminary subtitle decoder support to our avcodec wrapper. 17 years ago
Jean-Baptiste Kempf 8674d65e90 AVcodec version needed for 1.1 is 51.48.0 so far. 17 years ago
Laurent Aimar 91482c3225 Added (but disabled at compilation time) VA-API support to our avcodec wrapper. 17 years ago
Jean-Baptiste Kempf 6ea16503ab FFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST 17 years ago
Anthony Loiseau 6b6b9560dc Add some options as safe, based on forum.v.o search. 17 years ago
Rémi Denis-Courmont b69133b00b Explicitly add formerly implicit submodule shortcuts 17 years ago
Rémi Denis-Courmont bf7164b792 avcodec, switcher: use the global avcodec lock 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 17 years ago
Laurent Aimar 6a5e468ddc Support delaying codec open until extradata are present (avcodec). 18 years ago
Ilkka Ollakka 82674c4047 Enable ffmpeg aac decoder, seems to work currently. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Ilkka Ollakka 397a494911 remove unneeded if for aac-profile 18 years ago
Rémi Denis-Courmont 1d35bcd283 Factorize avcodec table - spare about 5kb 18 years ago
Rémi Duraffort ca4fadaa01 Remove unused variable. 18 years ago
Rémi Duraffort b78bee7a60 Remove stupid test before a free. 18 years ago
Rémi Denis-Courmont e398428451 Use static mutexes 18 years ago
Antoine Cellerier 857535cbac Fix segfault on 64 bit archs. (0 != NULL) 18 years ago
Ilkka Ollakka 51f898a0eb Set strict-rc functionality as default if user hasn't 18 years ago
Antoine Cellerier f7d5f3e7ca Move avcodec module files to modules/codec/avcodec. (The 3 shared 18 years ago
Antoine Cellerier cc872f3326 Revive postprocessing. It is now a video filter (the interface code 18 years ago
Antoine Cellerier 3a49e9f3ca Split should now be complete (postproc still needs to be fixed). 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
Antoine Cellerier ebbc287d75 Add fallback to img_resample based plugin if swscale isn't available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...). 18 years ago
Antoine Cellerier a519caccb5 Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules. 18 years ago
Antoine Cellerier 2e2178f773 Chroma API change. Chromas are now normal video filters (almost). 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago