- 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
-
Edward Wang 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
-
-
Laurent Aimar authored
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
-
-
Konstantin Pavlov authored
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
-
-
Jai Menon authored
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.
-
- 24 Jun, 2010 2 commits
-
-
Jai Menon authored
This is required for those containers which mux the AVCDecoderConfigurationRecord as private/extra data so that the AVC packetizer works correctly. This should close #2850 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 May, 2010 2 commits
-
-
Ilkka Ollakka authored
based on feedback from fenrir, looks nicer too.
-
Ilkka Ollakka authored
Thisways find_stream_info() doesn't get stuck with some http-streams (like http://bglive-a.bitgravity.com/twit/live/high ) when trying to seek. Fix #3080
-