summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-052-2/+1
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-058-10/+6
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-052-4/+8
* move run length table constants to rl.hAurelien Jacobs2008-03-042-7/+5
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-044-73/+75
* Remove unused elements from tables.Michael Niedermayer2008-03-041-30/+8
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-041-0/+17
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-041-1/+4
* fix wmv3 dependenciesAurelien Jacobs2008-03-041-1/+1
* Fix compilation on powerpc.Aurelien Jacobs2008-03-041-1/+1
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-041-1/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-044-37/+39
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-041-0/+4
* move draw_edges() into dsputilAurelien Jacobs2008-03-046-128/+129
* dsputil.h is a local headerAurelien Jacobs2008-03-031-1/+1
* include required headerAurelien Jacobs2008-03-031-0/+2
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-031-0/+3
* avi.h does not use anything from avcodec.h.Aurelien Jacobs2008-03-031-2/+0
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-031-1/+1
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-031-1/+0
* remove unnecessary backslashesMåns Rullgård2008-03-031-1/+1
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-033-17/+10
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-031-3/+4
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-031-1/+0
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-031-1/+3
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-031-5/+2
* Use block_align as the avi spec says.Michael Niedermayer2008-03-031-1/+3
* Print slightly more useful info.Michael Niedermayer2008-03-031-2/+2
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
* factorizeMichael Niedermayer2008-03-021-6/+3
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-022-3/+6
* Use "disable" helper functionRamiro Polla2008-03-021-1/+1
* Store aspect ratio in avis.Michael Niedermayer2008-03-021-0/+32
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-011-1/+1
* Remove INFINITY.Michael Niedermayer2008-03-011-5/+0
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-011-6/+9
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-011-6/+11
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-011-1/+1
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-011-45/+37
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-011-4/+4
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-012-2/+5
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-011-4/+4
* simplification proposed by RichAurelien Jacobs2008-03-011-1/+2
* add cdvcMichael Niedermayer2008-02-291-0/+1
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-291-1/+1
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-291-0/+1
* suppress the second warningMichael Niedermayer2008-02-281-1/+3
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-282-4/+4
* 1000l parenthesisBaptiste Coudurier2008-02-281-1/+1
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-281-2/+4