71 Commits (344bc8992e4db328f158560085346cfa08cbf3b0)

Author SHA1 Message Date
Laurent Aimar 16aec73266 Allowed to use mp2/mp3 to specify layer 2/3 for mpeg audio encoder. 15 years ago
Laurent Aimar bbc85f4b6d Used the nearest available frame rate in avcodec encoder. 15 years ago
Ilkka Ollakka 2c055dc81c avcodec: set libmpeg2mmx idct in use if we encode to mp2v 15 years ago
Rafaël Carré 4d21a27668 avcodec EncodeVideo(): reduce indentation level 15 years ago
Konstantin Pavlov 4308323da5 Update av* code to use new APIs after Libav Big Bump. 15 years ago
Jean-Baptiste Kempf d1a04e1f3b FFmpeg: remove support for misplaced headers 15 years ago
Laurent Aimar edd1cb880b Fixed potential NULL deference when flushing in avcodec encoder module. 16 years ago
Hugo Beauzée-Luyssen b673f3235d avcodec: encoder: Check memory allocations. 16 years ago
Hugo Beauzée-Luyssen e4b51d8d57 avcodec: encoder: Don't assume a maximum BPP of 24 16 years ago
Ilkka Ollakka 734045e35c avcodec: don't play rc-max/min for vp8, doesn't seem to work as it worked before 16 years ago
Ilkka Ollakka 16ea0e630b avcodec: fix vp8 default to check height for 720p 16 years ago
Ilkka Ollakka c5010ad330 avcodec: default gop=120 for vp80 16 years ago
Ilkka Ollakka 02a7f81f74 avcodec: fix typo 16 years ago
Ilkka Ollakka ac3514edab avcodec: adjust encoders vp8 defaults littlebit 16 years ago
Ilkka Ollakka 9efe5bff03 avcodec: blacklist WMV2 also, missed that codec previously 16 years ago
Ilkka Ollakka 7b93afedd6 avcodec: disable vp8-encoder options until it's in ffmpeg 16 years ago
Ilkka Ollakka ae3528d43c avcodec: change version-check to 52.69.1 for libvpx encoding settings 16 years ago
Ilkka Ollakka d3c422e310 avcodec: add littlebit options that are adjusted for VP8 16 years ago
Ilkka Ollakka f250fde857 avcodec: check p_pict for NULL before using it 16 years ago
Ilkka Ollakka 86263dcda2 avcodec: set some hopefully reasonable defaults to vp8 encoding 16 years ago
Ilkka Ollakka 015b33bc36 avcodec: blacklist some codecs for multithreading 16 years ago
Ilkka Ollakka 05a68584b8 avcodec: use vlc_GetCPUCount() to set thread count also in encoder 16 years ago
Laurent Aimar 95f32b1bf5 Fixed avcodec audio encoder wrapper. 16 years ago
Laurent Aimar b86867f6bf Fixed potential segfault (on failures) with avcodec audio encoder. 16 years ago
Ilkka Ollakka 14054532b4 transcoding video, sends NULL when ending. Should fix sending all the encoded frames to sout 16 years ago
Ilkka Ollakka 6aa2e63da7 avcodec: default to 2 threads on encoding 16 years ago
Jean-Baptiste Kempf ad0b21e090 Avcodec: bump required version to 52.2.0 16 years ago
Rémi Denis-Courmont 890ec5e249 lavc: kill config_Get 17 years ago
Rafaël Carré cdae7653cc Increase avcodec encoding output buffer size 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rémi Duraffort 528c4af046 avcodec: add missing variable. 17 years ago
Ilkka Ollakka 0530b1850b avcodec: drop own threading code and just let ffmpeg handle it own threading 17 years ago
Rafaël Carré 5fe7435e7f avcodec encoder: sets last-metadata-block for FLAC streams 17 years ago
Rémi Duraffort 6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 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
Rémi Denis-Courmont be5d9107a6 Use <vlc_cpu.h> 17 years ago
Pierre Ynard 2631cc77ba avcodec: disable subtitle encoding 17 years ago
Rémi Duraffort c141073fcd avcodec: use AV_VERSION_INT. 17 years ago
Jean-Baptiste Kempf 8674d65e90 AVcodec version needed for 1.1 is 51.48.0 so far. 17 years ago
Rémi Denis-Courmont 946a8e91e1 Fix format security warnings (fixes: #2857) 17 years ago
Rémi Duraffort 940ac1f04f Remove dead initialization. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Laurent Aimar dfe8c5c087 Merged mp1v/mp2v codecs. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar a000d2188f Fixed non compatible avcodec flac extradata. 17 years ago
Rémi Denis-Courmont bf7164b792 avcodec, switcher: use the global avcodec lock 17 years ago
Rémi Denis-Courmont cf09f019ea Use dialog_Fatal, fix a bunch (but not all) interaction crashes 17 years ago
Rémi Denis-Courmont 1be112b61d Fix FfmpegExecute callback prototype 17 years ago