| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid using non constant fields of AVCodecContext in avi muxer | Michael Niedermayer | 2006-01-25 | 1 | -5/+5 |
* | try avi video name -> codec_id mapping if the mov one has no match | Michael Niedermayer | 2006-01-25 | 1 | -0/+2 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 1 | -10/+10 |
* | Fix for title field in PSP compatible mp4 files. Patch by | Benjamin Larsson | 2006-01-24 | 1 | -46/+84 |
* | gcc 2.95 fix | Benjamin Larsson | 2006-01-23 | 1 | -1/+1 |
* | >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) | Michael Niedermayer | 2006-01-23 | 1 | -51/+73 |
* | Skip all includes for WinCE, instead of falling through to the #else case. | Diego Biurrun | 2006-01-23 | 1 | -1/+3 |
* | WinCE cross-compilation support | Gildas Bazin | 2006-01-22 | 2 | -2/+8 |
* | Place proper #ifdef around muxer-specific code. | Gianluigi Tiesi | 2006-01-22 | 1 | -0/+6 |
* | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin | 2006-01-21 | 5 | -12/+24 |
* | audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) | Michael Niedermayer | 2006-01-20 | 2 | -2/+75 |
* | Put muxer-specific code parts in #ifdef CONFIG_MUXERS. | Diego Biurrun | 2006-01-19 | 3 | -2/+17 |
* | Properly #ifdef muxer-specific parts. | Gildas Bazin | 2006-01-19 | 3 | -7/+9 |
* | pts fix by (Bryan Mayland / bmayland O leoninedev o com) | Michael Niedermayer | 2006-01-19 | 1 | -1/+7 |
* | Make clean/distclean consistent throughout all the Makefiles. | Diego Biurrun | 2006-01-16 | 1 | -2/+5 |
* | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. | Diego Biurrun | 2006-01-15 | 1 | -1/+1 |
* | Move library name generation to configure, simplifies build system a bit more. | Diego Biurrun | 2006-01-14 | 1 | -3/+1 |
* | Create symbolic links for all library sonames and clean up Makefiles. | Diego Biurrun | 2006-01-14 | 1 | -3/+9 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 76 | -76/+77 |
* | Move Darwin shared library build peculiarities to configure. | Diego Biurrun | 2006-01-12 | 1 | -3/+0 |
* | CamStudio decoder, only 32 bit lzo mode is tested | Reimar Döffinger | 2006-01-09 | 1 | -0/+1 |
* | TrueSpeech compatible audio decoder by Konstantin Shishkov | Diego Biurrun | 2006-01-03 | 1 | -0/+1 |
* | try with auto_guess if first detection fails | Nico Sabbi | 2006-01-02 | 1 | -2/+10 |
* | added support for DVHS (192) packet size | Nico Sabbi | 2006-01-02 | 2 | -7/+12 |
* | finally found what those >138 codes were... crappy compressed 5bit ascii. thi... | François Revol | 2005-12-30 | 2 | -14/+49 |
* | fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n... | François Revol | 2005-12-30 | 1 | -5/+56 |
* | Support for 28_8 in old ar. files | Roberto Togni | 2005-12-25 | 1 | -11/+27 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 40 | -1294/+1294 |
* | Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra | Roberto Togni | 2005-12-19 | 1 | -1/+8 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 83 | -1544/+1544 |
* | malloc padding to avoid reading past the malloc()ed area. | Jindřich Makovička | 2005-12-17 | 4 | -4/+5 |
* | total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ... | Michael Niedermayer | 2005-12-17 | 1 | -3/+0 |
* | nan fps fix | Michael Niedermayer | 2005-12-16 | 1 | -1/+6 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 8 | -35/+36 |
* | SONAME support for shared libs | Luca Barbato | 2005-12-10 | 1 | -0/+1 |
* | Cook compatibe decoder, patch by Benjamin Larsson | Benjamin Larsson | 2005-12-09 | 2 | -15/+100 |
* | Unify include paths, -I.. is in CFLAGS. | Diego Biurrun | 2005-12-05 | 2 | -3/+3 |
* | ogg format probe function by Ivo <ivop at euronet nl> | Måns Rullgård | 2005-12-05 | 1 | -1/+13 |
* | add some h.264 fourccs to codec_bmp_tags[] | Guillaume Poirier | 2005-11-30 | 1 | -0/+4 |
* | BMP image decoder | Måns Rullgård | 2005-11-30 | 1 | -0/+1 |
* | DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat... | Corey Hickey | 2005-11-13 | 1 | -0/+1 |
* | Support for streaming: dont write indexes and dont signal HAS_INDEX in header... | Alex Beregszaszi | 2005-11-13 | 1 | -3/+18 |
* | support transcoding adpcm | Alex Beregszaszi | 2005-11-12 | 1 | -0/+3 |
* | Put double-quotes around the install path in the "install-headers" section | Fredrik Orderud | 2005-11-07 | 1 | -2/+2 |
* | per frame crc support | Michael Niedermayer | 2005-11-05 | 1 | -1/+26 |
* | allow NULL write_header() and write_trailer() | Michael Niedermayer | 2005-11-04 | 1 | -4/+7 |
* | Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien... | Alex Beregszaszi | 2005-10-29 | 1 | -1/+52 |
* | Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c... | Patrice Bensoussan | 2005-10-26 | 1 | -1/+1 |
* | Increase version: 'wave' atom parsing added to mov demuxer | Roberto Togni | 2005-10-20 | 1 | -2/+2 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 1 | -1/+23 |