aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ae_lavc.c
Commit message (Expand)AuthorAge
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* #include config.h before all other headers.Gravatar diego2008-03-14
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* typo fix: inited --> initializedGravatar diego2008-02-14
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* warning fix:Gravatar diego2007-09-09
* allow to specify the audio bitrate in bits (some codecs need that ...)Gravatar michael2007-07-31
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* cosmetics: Fix some common typos, appropiate --> appropRiate,Gravatar diego2007-02-24
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cGravatar reimar2007-01-21
* Another AVCodecTag compile fixGravatar reimar2007-01-21
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...Gravatar nicodvb2007-01-19
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedGravatar reimar2007-01-06
* Include libavformat/riff.h when building with static libavformat andGravatar reimar2007-01-06
* the avi spec does not allow random samplesize whoever wrote this should be shotGravatar michael2006-12-29
* first step toward amr-nb muxing supportGravatar michael2006-12-29
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* do not randomly chop up packets, this isnt allowed in almost no containerGravatar michael2006-03-13
* -lavcopts aglobalGravatar michael2006-03-13
* added support for external libavformatGravatar nicodvb2006-01-09
* fixGravatar rathann2005-12-05
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* wrong memcpy of extradata; 10l to whomever wrote that broken codeGravatar nicodvb2005-05-17
* restore old lavc_find_atag to be used when compiling mplayer without libavformatGravatar nicodvb2005-04-22
* macosx compilation fixGravatar nicodvb2005-04-22
* FreeBSD fixGravatar nexus2005-04-22
* audio encoding reworkedGravatar nicodvb2005-04-22