aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ae_lavc.c
Commit message (Expand)AuthorAge
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Set codec_type and codec_id in codec context for lavc encoders.Gravatar reimar2009-09-25
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | Use own mp_*_taglists code instead of libavformat internalsGravatar Uoti Urpala2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)Gravatar reimar2009-03-15
* Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at theGravatar diego2009-02-21
* Fix imaadpcm extradata with lavc encoder.Gravatar reimar2008-12-20
* 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