- 17 Apr, 2012 3 commits
-
-
Rafaël Carré authored
show the invalid options for the first stream only (following dictionaries are identical) free all the options array
-
Rafaël Carré authored
-
Rafaël Carré authored
Obsolete "ffmpeg" prefix Use "avformat" or "avcodec" prefix avio has no options (yet) switcher uses "sout-switcher" prefix Use "sout-avformat" for muxer
-
- 15 Apr, 2012 1 commit
-
-
Rafaël Carré authored
Avoid repeating the same implementation several times: incorrectly (switcher and mux didn't lock) redundantly (avcodec_register_all can be called several times) Move libavXXX init at the top of a few functions, just in case. Check uses of vlc_avcodec_(un)lock and factorize
-
- 12 Apr, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This simplifies the code, and allows resizing non-standard blocks.
-
- 27 Feb, 2012 1 commit
-
-
sebastien authored
-
- 17 Feb, 2012 1 commit
-
-
sebastien authored
-
- 29 Jan, 2012 8 commits
-
-
Rafaël Carré authored
Allocate avformat context and set its I/O context before using it This is the correct way to it (and is documented in avformat.h)
-
Rafaël Carré authored
- Use AVIOContext instead of ByteIOContext - Use avformat_open_input instead of av_open_input_stream - Use avio_alloc_context instead of init_put_byte, allocate context on the heap - Use AVIOContext.seekable print avformat_open_input errors avformat_open_input is the most recent and is documented as available since libavformat 53.2.0 (other changes happened in 52.105) avformat_open_input was introduced in 52.94 in FFmpeg
-
Rafaël Carré authored
-
Rafaël Carré authored
print avformat_find_stream_info errors
-
Rafaël Carré authored
Palette data is now transmitted as a side data in AVPacket
-
Rafaël Carré authored
-
Rafaël Carré authored
They were copied verbatim to AVDictionary equivalents some time ago
-
Rafaël Carré authored
They were only used to hold one opaque pointer
-
- 15 Dec, 2011 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Ref #4030 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Nov, 2011 1 commit
-
-
Rafaël Carré authored
-
- 20 Sep, 2011 1 commit
-
-
Laurent Aimar authored
-
- 19 Sep, 2011 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 05 Sep, 2011 1 commit
-
-
Laurent Aimar authored
-
- 29 Aug, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 18 Aug, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Ref: #5204
-
- 06 Jun, 2011 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 14 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 20 Apr, 2011 1 commit
-
-
Konstantin Pavlov authored
Suggested-by: elenril on #libav-devel
-
- 19 Apr, 2011 1 commit
-
-
Tested on current libav and ffmpeg @ 25846 svn revision playback only. No need to bump current lavc/lavf requirements (52.25.0 and 52.45.0), as all the "new" functions used arrived earlier than abovementioned versions were published. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Mar, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
This should have been gone since 0.5
-
- 14 Nov, 2010 1 commit
-
-
Pierre Ynard authored
-
- 09 Oct, 2010 1 commit
-
-
ivoire authored
-
- 22 Jul, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec
-
- 20 Jul, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
They are more than 1 year old...
-
- 18 Jul, 2010 1 commit
-
-
The current code seems to require _all_ metadata fields to be populated which seems a bit unreasonable. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Jul, 2010 1 commit
-
-
Ilkka Ollakka authored
Fixes eg youtube viewing.
-
- 07 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This commit may eat your domestic pets.
-