summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* #include config.h before all other headers.diego2008-03-141-1/+1
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-8/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-0/+11
* warning fix:diego2007-09-091-0/+2
* allow to specify the audio bitrate in bits (some codecs need that ...)michael2007-07-311-1/+4
* Simplify preprocessor directives: There is a general variable fordiego2007-04-261-2/+2
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-241-1/+1
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-211-6/+2
* Another AVCodecTag compile fixreimar2007-01-211-1/+1
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...nicodvb2007-01-191-1/+2
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-8/+1
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-2/+14
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
* first step toward amr-nb muxing supportmichael2006-12-291-0/+3
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* pass average bitrate from encoder to (lavf) muxermichael2006-08-101-0/+1
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
* -lavcopts aglobalmichael2006-03-131-0/+8
* added support for external libavformatnicodvb2006-01-091-2/+2
* fixrathann2005-12-051-0/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* wrong memcpy of extradata; 10l to whomever wrote that broken codenicodvb2005-05-171-2/+1
* restore old lavc_find_atag to be used when compiling mplayer without libavformatnicodvb2005-04-221-0/+28
* macosx compilation fixnicodvb2005-04-221-0/+1
* FreeBSD fixnexus2005-04-221-0/+1
* audio encoding reworkednicodvb2005-04-221-0/+197