summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MEncoderUoti Urpala2010-11-021-244/+0
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-0/+2
|\|
| * Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-251-0/+2
* | Merge svn changes up to r29544Uoti Urpala2009-08-221-1/+1
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-181-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-12/+12
* | Use own mp_*_taglists code instead of libavformat internalsUoti Urpala2009-07-261-35/+2
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-13/+12
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-4/+4
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-4/+4
|/
* Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)reimar2009-03-151-0/+1
* Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at thediego2009-02-211-0/+2
* Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-3/+3
* #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