Mon, 23 Jun 2008 08:52:44 +0000 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
Fri, 20 Jun 2008 17:16:56 +0000 |
bcoudurier |
factorize read_header failure freeing code
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Sun, 01 Jun 2008 16:25:05 +0000 |
takis |
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Wed, 09 Apr 2008 23:19:05 +0000 |
michael |
Fix seeking in rm.
libavformat
|
Thu, 17 Jan 2008 20:48:07 +0000 |
rtogni |
Fix forgotten braces from r11039
libavformat
|
Wed, 16 Jan 2008 22:47:51 +0000 |
diego |
Remove some spaces to keep certain people's eyes from hurting.
libavformat
|
Sun, 06 Jan 2008 22:50:09 +0000 |
diego |
cosmetics: Add another pair of parentheses to aid readability.
libavformat
|
Fri, 04 Jan 2008 13:00:47 +0000 |
benoit |
Make three rm demuxer functions non static.
libavformat
|
Wed, 02 Jan 2008 18:53:38 +0000 |
diego |
cosmetics: Reindent.
libavformat
|
Wed, 02 Jan 2008 18:53:12 +0000 |
diego |
Merge double-nested if into && condition.
libavformat
|
Tue, 04 Dec 2007 23:43:01 +0000 |
rtogni |
Typo
libavformat
|
Sun, 02 Dec 2007 17:41:12 +0000 |
rtogni |
Revert r10892, it's wrong and no longer needed to prevent crashes
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Mon, 19 Nov 2007 20:28:11 +0000 |
rtogni |
Replace realloc with free+malloc, the previous content of the buffer is
libavformat
|
Mon, 19 Nov 2007 00:02:58 +0000 |
rtogni |
Cosmetics
libavformat
|
Mon, 19 Nov 2007 00:02:03 +0000 |
rtogni |
No need to update pos, it's not used after that line
libavformat
|
Sun, 18 Nov 2007 22:58:40 +0000 |
rtogni |
Cleanup: remove ssize
libavformat
|
Sun, 18 Nov 2007 22:49:41 +0000 |
rtogni |
Check for memory allocation failure of temp buffer
libavformat
|
Sun, 18 Nov 2007 22:40:02 +0000 |
rtogni |
Optimize memory management to create an av_packet from multiple slices:
libavformat
|
Thu, 15 Nov 2007 21:13:36 +0000 |
rtogni |
1000l: Fix check for max slice number
libavformat
|
Thu, 15 Nov 2007 21:04:06 +0000 |
rtogni |
Move dnet-ac3 byte-swapping code close to audio packet read code
libavformat
|
Thu, 08 Nov 2007 15:52:53 +0000 |
benoit |
Split ac3 byte swapping into a separate function.
libavformat
|
Thu, 08 Nov 2007 15:14:37 +0000 |
benoit |
Isolate caching of audio frames in its own function.
libavformat
|
Thu, 08 Nov 2007 15:09:37 +0000 |
benoit |
Change a stream indexer.
libavformat
|
Thu, 08 Nov 2007 15:07:34 +0000 |
benoit |
Split out the packet parsing from the main function body in rmdec.c
libavformat
|
Thu, 08 Nov 2007 15:05:40 +0000 |
benoit |
Change parse indexer.
libavformat
|
Thu, 08 Nov 2007 09:14:09 +0000 |
benoit |
Change ff_rm_read_mdpr_codecdata to get back to old behavior.
libavformat
|
Tue, 06 Nov 2007 16:02:33 +0000 |
benoit |
Split out the MDPR chunk reading into its own function.
libavformat
|
Sat, 03 Nov 2007 06:43:29 +0000 |
kostya |
Seek regression for RM demuxer fix
libavformat
|
Thu, 01 Nov 2007 09:02:29 +0000 |
kostya |
Revert get_num() to old behaviour in order to handle
libavformat
|
Sun, 21 Oct 2007 17:17:28 +0000 |
kostya |
Demux full frames instead of sliced for RealVideo.
libavformat
|
Mon, 01 Oct 2007 19:48:02 +0000 |
rtogni |
dnet audio needs avparser to work with the lavc ac3 decoder.
libavformat
|
Thu, 06 Sep 2007 03:36:38 +0000 |
kostya |
Set correct length for last slice in frame subpacket
libavformat
|
Sat, 28 Jul 2007 18:05:11 +0000 |
diego |
Merge get_str() and get_str8() functions.
libavformat
|
Sat, 28 Jul 2007 18:02:19 +0000 |
diego |
Fix get_str/get_str8() to also work if the target string is not long enough to
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Sun, 08 Jul 2007 13:42:52 +0000 |
mru |
avoid uninitialised variable warning and clarify code
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Wed, 30 May 2007 09:50:35 +0000 |
aurel |
use FFSWAP()
libavformat
|
Wed, 30 May 2007 09:45:09 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Wed, 30 May 2007 09:44:16 +0000 |
aurel |
split rm muxer and demuxer in their own files
libavformat
base
rm.c@1ae16fce99a5
|