summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_nuv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-6/+6
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-28/+30
|\|
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write thereimar2009-03-091-18/+17
| * Fix type of zlen, fixes crashes on 64 bit systems.reimar2009-03-091-1/+2
| * Do not calculate the same value twicereimar2009-03-091-1/+1
| * Allocate buffer for lzo compression correctly also for large frame sizes.reimar2009-03-091-4/+4
| * nuv encoder 64 bit fix: avoid using long/sizeof(long)reimar2009-03-091-5/+7
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
|/
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-061-1/+1
* 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-2/+2
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-181-1/+1
* Use external liblzo instead of internal minilzo.diego2007-02-181-1/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-031-0/+2
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-201-1/+1
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* Add missing uninitalbeu2003-03-041-1/+12
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-031-0/+219