- 19 Jan, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 21329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2009 2 commits
-
-
Michael Niedermayer authored
Log: Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API. Reason: memleak & fix is not trivial Originally committed as revision 20866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Daniel Verkamp authored
Fixes issue #1569 Originally committed as revision 20853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
arrays of fixed length. Code from ffmbc with changes to adapt to our metadata API. Originally committed as revision 20836 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Nov, 2009 1 commit
-
-
Daniel Verkamp authored
Originally committed as revision 20563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 19858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2009 1 commit
-
-
Martin Storsjö authored
At the moment, duration is mainly set from the metadata packet. If that is not available, the fallback is checking the low 24 bits of the last packet. This is not enough for files over 4,6 hours in length, so read all 32 bits instead. patch by Martin Storsjö, martin martin st Originally committed as revision 19791 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Sep, 2009 1 commit
-
-
Justin Ruggles authored
correct solution to the problem. A better solution might be possible later once Speex is supported in muxers. Originally committed as revision 19761 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2009 3 commits
-
-
Aurelien Jacobs authored
original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19364 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
duration and videodatarate values are actually useful original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19363 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
This has proven to be useless and even harmfull since r18460 (expect for duration and videodatarate). original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19362 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2009 1 commit
-
-
Justin Ruggles authored
default values. This is needed because FLV files with Speex do not contain a Speex header, which is necessary for stream copy. Originally committed as revision 19267 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2009 1 commit
-
-
Art Clarke authored
skipped metadata packet in FLV demuxer. Patch by Art Clarke a${surname} At xuggle - com. Originally committed as revision 19210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
and this is the easiest way to. It would be a lot of messy code we can drop if it is useless. As a sideeffect this fixes issue977. Originally committed as revision 18460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Apr, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 1 commit
-
-
Michael Niedermayer authored
and the EAGAIN were just added as example not because they made sense. Originally committed as revision 17783 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 17506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2009 1 commit
-
-
Peter Ross authored
Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2009 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 17375 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2009 1 commit
-
-
Stefan de Konink authored
to have the total bitrate available in the avformat structures. Patch by Stefan de Konink stefan konink de Originally committed as revision 16943 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 16719 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2008 1 commit
-
-
Michael Niedermayer authored
Fixes issue760. Originally committed as revision 16254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 15841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2008 1 commit
-
-
Andrew Wason authored
Patch by Andrew Wason, rectalogic A rectalogic D com Originally committed as revision 15738 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Oct, 2008 3 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 15687 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 15678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Pascal Massimino authored
Originally committed as revision 15677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2008 1 commit
-
-
Alexander Wichers authored
Originally committed as revision 15632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2008 1 commit
-
-
Luca Abeni authored
bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2008 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 15042 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 15041 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 15040 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 15028 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jul, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 14480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-