summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove useless cruft (caused error tz undefined)rfelker2006-05-131-4/+2
* posix compliance, dont use ancient legacy namerfelker2006-05-132-2/+2
* 10^100l c++ declarationsrfelker2006-05-131-2/+5
* allocate correct extradata sizenicodvb2006-05-121-1/+1
* Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>gpoirier2006-05-121-53/+59
* raised max extradata size and refuse to store more than the limitnicodvb2006-05-121-1/+7
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...nicodvb2006-05-121-2/+4
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...nicodvb2006-05-121-1/+1
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.diego2006-05-121-1/+2
* mlib != mediaLibdiego2006-05-121-2/+2
* --enable-mlib should behave like all other commandline parameters.diego2006-05-121-1/+1
* some fixes for the VfW encoding sectiondiego2006-05-121-33/+43
* enable mediaLib check execution and honnor user choise to enable mediaLib eve...iive2006-05-121-3/+1
* Add missing --enable-toolame and --enable-twolame parameters.diego2006-05-121-0/+2
* output typo fixesdiego2006-05-121-6/+6
* Disable mediaLib by default due to brokenness.diego2006-05-122-1/+4
* Minor corrections partII - Finalreynaldo2006-05-121-70/+70
* Minor corrections to spanish help messages - Part1reynaldo2006-05-121-73/+75
* Fall back on the codecs subdirectory of the current directory for Realdiego2006-05-111-0/+4
* Prefer vorbis over ffvorbis for now.diego2006-05-111-8/+8
* roff syntax fixdiego2006-05-111-0/+2
* like it or not, the vfw options are -(xvfw)opts, not -(vfw)optsgpoirier2006-05-111-1/+1
* sync with 1.1285gpoirier2006-05-111-2/+14
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...rtognimp2006-05-112-15/+41
* synced with 1.254gabrov2006-05-111-4/+4
* synced with 1.1284gabrov2006-05-111-3/+15
* synced with 1.29gabrov2006-05-111-1/+1
* synced with 1.17 (increased sync tag after English typo fix)gabrov2006-05-111-1/+1
* synced with 1.49gabrov2006-05-111-4/+4
* version bump..kraymer2006-05-111-1/+1
* release dedicated review Part I (lines 329 - <end>)kraymer2006-05-111-69/+121
* 1.284: fix vfw-related thingskraymer2006-05-111-2/+2
* syncluran2006-05-111-3/+4
* Remove unnecessary commented out OPTFLAGS line.diego2006-05-111-1/+0
* fix vfw-related things, patches by RC and Compngpoirier2006-05-112-2/+2
* ffvorbis no longer crashes with native demuxer.diego2006-05-101-2/+1
* unbound demux_ogg from ad_libvorbisnicodvb2006-05-101-0/+1
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...nicodvb2006-05-101-6/+27
* A/R changes are handled correctly by -vc mpeg12nicodvb2006-05-101-0/+1
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-102-1/+4
* Feed AltiVec compiler options into CFLAGS explicitly.diego2006-05-101-1/+4
* grammar fixkraymer2006-05-101-1/+1
* missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$comdiego2006-05-101-1/+1
* 10l, fix for previous commitkraymer2006-05-101-1/+1
* fix missing line break for MSGTR_LameCantInitkraymer2006-05-101-2/+3
* release dedicated review Part I (lines 1 - 328)kraymer2006-05-101-16/+16
* fuse XviD entries,gpoirier2006-05-101-3/+5
* align xml tagskraymer2006-05-091-171/+171
* wordingkraymer2006-05-091-1/+1
* German translation for tvinput.xmlkraymer2006-05-091-0/+216
* Temporary workaround for libavcodec issues with B-framesrtognimp2006-05-091-1/+1
* 1.251: console message review: countless spelling/grammar/wording fixeskraymer2006-05-091-55/+54
* 1.1283: Document xvfwopts.kraymer2006-05-091-2/+13
* Document xvfwopts.diego2006-05-091-1/+11
* small layout fixdiego2006-05-091-0/+2
* Ignore main.xml.diego2006-05-091-0/+1
* 1.1281: Small wording fix, add parameters to the lavfopts option declarations.kraymer2006-05-091-6/+6
* typo/wording fixesdiego2006-05-091-6/+6
* Add a note about main.xml.diego2006-05-091-2/+3
* 1.252: [previously applied by rynaldo, #1.157]kraymer2006-05-091-69/+70
* synced with 1.48gabrov2006-05-091-1/+140
* Unconditionally compile Matroska demuxer - oops, part missed in initial commit.diego2006-05-091-10/+0
* Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >,...gpoirier2006-05-091-0/+139
* Unconditionally compile the Matroska demuxer.diego2006-05-085-29/+1
* This file is autogenerated and should not be in CVS.diego2006-05-081-28/+0
* 2nd part of review by Pierre Lombard + some more fixes by me.gpoirier2006-05-081-244/+236
* French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further chan...gpoirier2006-05-081-114/+115
* change the type of esp in SwsContext to uint64_t so it can hold a full registerreimar2006-05-071-3/+3
* Adapt to latest FFmpeg AMR build changes.diego2006-05-071-0/+8
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-073-28/+35
* vfps OGM supportdiego2006-05-071-0/+1
* Fix up some checks to properly use _res_comment.diego2006-05-071-30/+58
* Remove stray variable.diego2006-05-071-1/+1
* support for vfps OGM filesdiego2006-05-061-1/+3
* Fix calculation of stream sizes when they are too big for a 32-bit variablepacman2006-05-061-6/+6
* removing esp usagemichael2006-05-061-127/+142
* REGBPmichael2006-05-061-0/+2
* fix float rounding errorods152006-05-051-2/+2
* Don't blit frame if we hit EOF and no new frame is read. Fixes pictureuau2006-05-051-0/+1
* fix the warning generated (in gcc4) by the 'inline' keyword position.iive2006-05-051-3/+3
* x264 linking now requires explicit x11 libraries inclusion.iive2006-05-041-4/+11
* check for XviD compiled with pthread supportiive2006-05-041-2/+11
* French Fixes by Pierre Lombard, (and 10l to me for not checking they weregpoirier2006-05-041-369/+352
* Make sure black borders are drawn when switching videos with -fixed-vo.reimar2006-05-041-0/+6
* updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kap...reynaldo2006-05-041-62/+269
* fixed %d->PRIu64 in read_mpeg_timestamp()nicodvb2006-05-031-1/+1
* stream_read_word() returns _unsigned_ intnicodvb2006-05-031-1/+1
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...nicodvb2006-05-031-1/+1
* synced with 1.1281gabrov2006-05-021-5/+5
* French fixes by jerome WOF ferrari YAP lappis WOF comgpoirier2006-05-021-102/+111
* yet another Compile fixgpoirier2006-05-011-1/+1
* some more correctionsgpoirier2006-05-012-4/+2
* sync with 1.1281gpoirier2006-05-011-6/+6
* french corrections by Bounecgpoirier2006-05-012-170/+170
* Small wording fix, add parameters to the lavfopts option declarations.diego2006-05-011-5/+5
* Expand a bit, clarification and grammar fix.diego2006-05-011-5/+6
* cosmetics: Make patch apply cleanly.diego2006-05-011-27/+27
* Remove obsolete features.xml file.diego2006-05-012-28/+0
* misc wording/spelling fixesdiego2006-05-011-33/+33
* synced with 1.1280gabrov2006-05-011-212/+529
* we have a preliminary support for macintelgpoirier2006-05-011-0/+1
* 100000l to the fools who don't know Crfelker2006-05-014-4/+4
* update release tag so nobody uses an old codecs.confreimar2006-04-301-1/+1
* AIx port is experimentalrtognimp2006-04-301-1/+1
* sync with ffmpeg changelog + some updatesrtognimp2006-04-301-2/+11
* Add a check for sysi86() on Solaris systems, solving a build failure on Solarisdiego2006-04-302-0/+22
* 10lattila2006-04-301-5/+2
* patches should be always created from root dirattila2006-04-301-12/+16
* add section about resending patchesattila2006-04-301-0/+6
* 1.1280: -lavfopts muxrate in in bits/seckraymer2006-04-301-2/+2
* -lavfopts muxrate in in bits/secnicodvb2006-04-301-1/+1
* 1.1279: Bump the date.kraymer2006-04-301-6/+6
* 1.1276: Consistency for the 'i' key, [does not apply]kraymer2006-04-301-4/+18
* 1.1273: small spelling/grammar fixeskraymer2006-04-301-9/+21
* synced with 1.1200gabrov2006-04-301-122/+633
* synced with 1.252 (update done by Reynaldo)gabrov2006-04-301-1/+1
* fixes suggested by Reimargpoirier2006-04-301-2/+2
* Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at ho...reynaldo2006-04-306-12/+24
* synced with 1.251gabrov2006-04-301-184/+185
* Fixed a tipo pointed out by Victor Farias Escobar <nk21507 at hotmail.com>reynaldo2006-04-301-1/+1
* Add a few meaningfull recent dev. improvement, cut overly long linesgpoirier2006-04-291-8/+20
* slovak help msgs translation update, first half, patch by Daiel Bena - benad ...reynaldo2006-04-291-45/+406
* French fixes by Jerome Ferrarigpoirier2006-04-291-50/+45
* French fixes by Bounecgpoirier2006-04-291-116/+115
* I already bumped the date to tomorrow, which is pre8 "Neu Team Strikes back" ...gpoirier2006-04-291-1/+1
* Bump the date.diego2006-04-291-1/+1
* sync with 1.1278gpoirier2006-04-291-13/+50
* Adding transliteration (english spelling) of my nameiive2006-04-291-1/+1
* syncluran2006-04-291-225/+226
* Correct vglobal description, as pointed out by Loren.diego2006-04-281-1/+1
* console message review: countless spelling/grammar/wording fixesdiego2006-04-281-217/+218
* Remove duplicate message.diego2006-04-281-1/+0
* Rename some misspelled and misnamed messages.diego2006-04-2835-121/+122
* cosmetics: Remove trailing whitespace.diego2006-04-281-18/+18
* Consistency for the 'i' key, document vglobal, aglobal anddiego2006-04-281-5/+20
* synced with 1.1124gabrov2006-04-281-31/+82
* Small grammar fix introduced by my previous commit :/reynaldo2006-04-281-1/+1
* Some Fench fixes by Bounecgpoirier2006-04-281-4/+4
* Some French corrections, patch by Jérome Ferrari <jerome POIS ferrari AH lap...gpoirier2006-04-281-21/+21
* synced with 1.1114gabrov2006-04-281-62/+121
* Small clarification to the i keystroke description, it doesnt make an EDL mar...reynaldo2006-04-281-1/+1
* small spelling/grammar fixesdiego2006-04-281-3/+3
* clarified restriction on -lavfopts :delaynicodvb2006-04-271-1/+1
* document more -lavfopts entriesnicodvb2006-04-271-4/+16
* Remove a useless variable.uau2006-04-271-3/+1
* Fix some bugs handling input that is not aligned at 16 bytes or haspacman2006-04-271-5/+11
* fixes a bug when copying the image into a destination buffer smaller than the...gpoirier2006-04-271-2/+2
* synced with 1.1100gabrov2006-04-271-65/+275
* use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before theyreimar2006-04-271-30/+43
* Remove unnecessary le2me_32 macros.diego2006-04-271-2/+2
* Document how configure works and how to write basic checks.diego2006-04-271-11/+38
* spelling/grammar/wording fixes in doxygen and non-doxygen commentsdiego2006-04-275-92/+96
* Remove useless "#if 0" blocksuau2006-04-271-29/+0
* Fix amr_nb-fixed compilation: Don't depend on amr_nb.diego2006-04-271-2/+0
* EDL no longer conditionally compiled.diego2006-04-271-3/+3
* Make EDL compilation unconditionaluau2006-04-279-75/+2
* Sync with upstream.diego2006-04-271-1/+1
* typodiego2006-04-271-1/+1
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-274-12/+13
* sync with 1.249luran2006-04-271-1/+0
* Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on t...reynaldo2006-04-2721-43/+43
* sync with 1.248luran2006-04-271-3/+3
* I think I can safely take care of the equalizer af, going to maintain itreynaldo2006-04-271-0/+1
* updating spanish console messages to 1.249 (almost 100%) adding all missing e...reynaldo2006-04-271-3/+593
* synced with 1.249gabrov2006-04-271-4/+3
* Removes duplicate entryreynaldo2006-04-271-1/+0
* Fix memory corruption in vd_libmpeg2uau2006-04-272-9/+30
* Make mencoder stream size printing use 64 bits.corey2006-04-262-4/+4
* German translation for faq.xmlkraymer2006-04-261-0/+1371
* French corrections by Pierre Lombard < p_l AH gmx POIS fr >gpoirier2006-04-261-180/+181
* (.)~(.)gpoirier2006-04-262-1299/+572
* synced with 1.1059gabrov2006-04-261-69/+169
* 1.1269: Kiriuja's rephrasing of the identify=6 v/s -identify issue, ...kraymer2006-04-261-2/+8
* 1.247: correct meaning of ABRkraymer2006-04-261-2/+3
* Kiriuja's rephrasing of the identify=6 v/s -identify issue, patch by himself,...reynaldo2006-04-261-1/+3
* synced with 1.247