Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Wed, 08 Sep 2010 19:51:57 +0000 |
diego |
Move lavc_param_* extern declarations to ve.h.
|
Wed, 08 Sep 2010 19:40:20 +0000 |
diego |
Replace mp_wav_taglists extern declaration by proper #include.
|
Sat, 04 Sep 2010 08:11:31 +0000 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
Sat, 10 Jul 2010 07:25:44 +0000 |
reimar |
Make it possible to set all options for lavc audio encoder.
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Fri, 25 Sep 2009 09:43:59 +0000 |
reimar |
Set codec_type and codec_id in codec context for lavc encoders.
|
Tue, 18 Aug 2009 22:24:36 +0000 |
tack |
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 15 Mar 2009 16:37:06 +0000 |
reimar |
Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)
|
Sat, 21 Feb 2009 21:03:57 +0000 |
diego |
Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the
|
Sat, 20 Dec 2008 10:18:15 +0000 |
reimar |
Fix imaadpcm extradata with lavc encoder.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Fri, 14 Mar 2008 16:46:13 +0000 |
diego |
#include config.h before all other headers.
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Mon, 10 Dec 2007 16:53:30 +0000 |
ulion |
Fix all current known multi-channel wrong order problems by adding
|
Sun, 09 Sep 2007 09:57:36 +0000 |
diego |
warning fix:
|
Tue, 31 Jul 2007 17:51:39 +0000 |
michael |
allow to specify the audio bitrate in bits (some codecs need that ...)
|
Thu, 26 Apr 2007 15:10:07 +0000 |
diego |
Simplify preprocessor directives: There is a general variable for
|
Thu, 15 Mar 2007 17:51:32 +0000 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
Thu, 15 Mar 2007 17:30:55 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sat, 24 Feb 2007 10:27:14 +0000 |
diego |
cosmetics: Fix some common typos, appropiate --> appropRiate,
|
Sun, 21 Jan 2007 15:44:58 +0000 |
reimar |
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
|
Sun, 21 Jan 2007 10:49:08 +0000 |
reimar |
Another AVCodecTag compile fix
|
Fri, 19 Jan 2007 01:19:02 +0000 |
nicodvb |
include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
|
Sat, 06 Jan 2007 17:28:11 +0000 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
Sat, 06 Jan 2007 14:40:05 +0000 |
reimar |
Include libavformat/riff.h when building with static libavformat and
|
Fri, 29 Dec 2006 20:40:19 +0000 |
michael |
the avi spec does not allow random samplesize whoever wrote this should be shot
|
Fri, 29 Dec 2006 18:56:28 +0000 |
michael |
first step toward amr-nb muxing support
|
Mon, 18 Dec 2006 21:03:59 +0000 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
Thu, 10 Aug 2006 21:48:41 +0000 |
michael |
pass average bitrate from encoder to (lavf) muxer
|
Mon, 13 Mar 2006 17:15:51 +0000 |
michael |
do not randomly chop up packets, this isnt allowed in almost no container
|
Mon, 13 Mar 2006 02:40:09 +0000 |
michael |
-lavcopts aglobal
|
Mon, 09 Jan 2006 19:35:44 +0000 |
nicodvb |
added support for external libavformat
|
Mon, 05 Dec 2005 01:30:31 +0000 |
rathann |
fix
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Tue, 17 May 2005 21:49:48 +0000 |
nicodvb |
wrong memcpy of extradata; 10l to whomever wrote that broken code
|
Fri, 22 Apr 2005 23:57:43 +0000 |
nicodvb |
restore old lavc_find_atag to be used when compiling mplayer without libavformat
|
Fri, 22 Apr 2005 17:53:31 +0000 |
nicodvb |
macosx compilation fix
|
Fri, 22 Apr 2005 13:53:56 +0000 |
nexus |
FreeBSD fix
|
Fri, 22 Apr 2005 06:59:59 +0000 |
nicodvb |
audio encoding reworked
|