summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix video delay when encoding with B-frames.corey2006-02-216-2/+37
* grammar, put options in alphabetical orderdiego2006-02-201-7/+7
* More complete ASF MIME detection, closing bug# 248,gpoirier2006-02-201-0/+2
* sync with 1.1231gpoirier2006-02-201-1/+12
* sync with 1.222 plus minor fixptt2006-02-201-2/+3
* New option: -ignore-startcorey2006-02-204-0/+22
* fields should be in english...ods152006-02-201-0/+2
* Typo fix: "URLs to forces" --> "URLs to force"corey2006-02-191-1/+1
* synced with 1.1229gpoirier2006-02-191-9/+17
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-194-1/+21
* Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.diego2006-02-191-0/+1
* dwStart support for mencoder.corey2006-02-196-13/+35
* deobfuscate some a/v sync codeods152006-02-191-14/+15
* no upscale flag so automatic downscaling is possible in mencodermichael2006-02-181-0/+9
* upport another G4 flavour: MPC7447* chips.gpoirier2006-02-181-1/+1
* include stdlib.h and stdio.h, they tend to be useful :-)reimar2006-02-181-0/+2
* dwStart support for mplayer.corey2006-02-183-2/+16
* Just a comment update, replacing a FIXME to reflect the new expectation ofpacman2006-02-181-1/+2
* don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;pacman2006-02-181-7/+12
* more cosmeticsods152006-02-171-27/+24
* some cleanup. enforce decode_delay to not be too high.ods152006-02-171-13/+6
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingpacman2006-02-171-16/+14
* Fix colormap save/restore for directcolor fb devicespacman2006-02-172-2/+4
* Second-try commit of this patch.corey2006-02-1731-42/+43
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* fix compilation without openalaurel2006-02-161-0/+4
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-166-0/+232
* ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)michael2006-02-161-2/+2
* make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)michael2006-02-161-5/+5
* include config.h before includes that need itiive2006-02-162-1/+2
* Add some more fourcc for DV and MPEG2 needed for some mov samples postedrtognimp2006-02-141-0/+10
* Set SRC_PATH correctly, fixes libpostproc compilationrtognimp2006-02-141-1/+1
* Import common.mak v1.1 from ffmpeg cvs, now it's needed by the buildingrtognimp2006-02-141-0/+97
* Don't test the v4l2_input audioset field for audio capabilities but still try...aurel2006-02-141-14/+6
* Align memory at 16 byte boundaries.diego2006-02-141-3/+3
* allow autodetection of pictures type when using mf://@file.list syntaxiive2006-02-141-3/+5
* synced with 1.1227gpoirier2006-02-131-6/+3
* Remove obsolete big-endian FIXMEs.diego2006-02-131-6/+0
* Fix the error handling in the play() function: add a handler for EINTR,cladisch2006-02-131-24/+15
* This changes the software parameters to be more compatible with thecladisch2006-02-131-51/+45
* Using non-blocking writes makes sense when the program wants to do othercladisch2006-02-131-49/+5
* Remove the now superfluous mmap suboption.cladisch2006-02-131-5/+0
* After removing play_mmap(), the play() function just unconditionallycladisch2006-02-131-11/+1
* This patch removes mmap support because it doesn't have any benefit.cladisch2006-02-133-155/+11
* fix index, first keyframe cannot be written with pts=0ods152006-02-131-0/+1
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* synced with 1.1226gpoirier2006-02-121-12/+12
* Make 'N' frame code implictly invalidods152006-02-121-2/+5
* do not forget to initialize dp->bufferhenry2006-02-121-0/+1
* Rephrase telecine and film2pal mpegopts.diego2006-02-121-8/+8
* Remove stray space.diego2006-02-121-1/+1
* sync with 1.1224gpoirier2006-02-121-2/+12
* 10lalex2006-02-121-4/+2
* support openbsd/zaurus aswellalex2006-02-121-1/+1
* one more hint for openbsdalex2006-02-121-0/+3
* Native ZMBV support via lavcrtognimp2006-02-121-0/+8
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...nicodvb2006-02-121-1/+3
* bugfixes and new soft-teleciner in muxer_mpeg.cnicodvb2006-02-121-0/+2
* mention film2pal in -mpegoptsnicodvb2006-02-121-1/+9
* experimental film2pal and ntsc2pal soft telecinernicodvb2006-02-121-5/+67
* forgotten cast (blows on gcc4)henry2006-02-121-1/+1
* we cannot continue without a crash when read_asf_header fails, since somereimar2006-02-121-1/+2
* add some sanity checks to new/resize_demux_packetreimar2006-02-121-4/+9
* add a missing rule for libpostproc.ahenry2006-02-121-0/+3
* Sync with latest FFmpeg build system changes:diego2006-02-111-1/+3
* No sane person should encode last pass without at least 'mbd=2' and 'trell' (...gpoirier2006-02-111-8/+8
* Gives some examples of in which form MPEG* videos can comegpoirier2006-02-111-1/+4
* Remove all the sections that are now merged in the XML docgpoirier2006-02-111-681/+0
* init frame duration to 1/fps when we have a frame but not the enclosing seque...nicodvb2006-02-111-0/+2
* muxer_mpeg MUST be used with audio_preload=0nicodvb2006-02-111-0/+1
* Mention recent big-endian/AltiVec fixes in postproc/.diego2006-02-111-0/+1
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justdiego2006-02-113-26/+28
* cosmetics: indentation fixesdiego2006-02-111-47/+47
* Fix big-endian color permutation problems.diego2006-02-112-11/+46
* Put index_ptr within index to avoid it popping out of nowhere.ods152006-02-111-7/+6
* Add syncpoint_checksum after frame headerods152006-02-111-0/+8
* tff wasn't correctly unset in soft_telecine()nicodvb2006-02-101-1/+1
* Attila and I are root@mphq.diego2006-02-101-1/+1
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* add mpc extension so that playback starts faster.reimar2006-02-101-0/+1
* Clarify feature removal policy: it must be approved on the mailing list.rathann2006-02-101-2/+2
* Clarify policy on feature removal.rathann2006-02-101-3/+3
* change checksum to crc32ods152006-02-101-1/+8
* ALSA changescladisch2006-02-101-0/+1
* Small fixes: make all global variables static, remove some unusedcladisch2006-02-101-15/+9
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itcladisch2006-02-101-13/+0
* Simplify get_delay(): we don't need to get the complete PCM status butcladisch2006-02-101-25/+10
* Fix get_space(): we don't need to differentiate between the various PCMcladisch2006-02-101-55/+3
* This adds support for more sample formats (U32, float BE, mu/A-law).cladisch2006-02-101-0/+15
* This replaces the hardcoded numbers for the sample format widths with acladisch2006-02-101-31/+3
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-0924-34/+33
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....faust32006-02-092-5/+18
* I took over ao_alsa maintainership.cladisch2006-02-091-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0986-208/+208
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)aurel2006-02-091-1/+1
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachdiego2006-02-091-3/+3
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* Add support for grayscale [m]jpegrtognimp2006-02-082-0/+2
* altivec_yuv2packedX() ignores the requested output format and unconditionallydiego2006-02-081-2/+32
* expanded and improved NeoMagic TV-out sectiondiego2006-02-081-15/+20
* AltiVec operations need to have memory aligned on 16-byte boundaries.diego2006-02-082-5/+10
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectdiego2006-02-081-4/+4
* 10l 1000 fps fixmichael2006-02-081-2/+2
* fftruespeech works now that the nBlockAlign issue is settled.diego2006-02-071-1/+1
* read data in nBlockAlign aligned chunksreimar2006-02-071-0/+3
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-0724-33/+34
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* EOR can only be (un)set for non delayed streams.ods152006-02-071-1/+1
* small syntax/upper-lowercase fixptt2006-02-071-2/+2
* synced with 1.1223gpoirier2006-02-071-4/+4
* Minor correction of last two updatesdanny2006-02-071-5/+6
* Allow headers to be repeated anywhereods152006-02-071-2/+7
* let osx sleep if video is pausednplourde2006-02-072-30/+30
* -fixed-vo shall no longer be called BETA-CODE.diego2006-02-071-1/+1
* ZMB decoderdiego2006-02-061-0/+1
* Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.diego2006-02-061-18/+18
* Mark ffrv20 as working.diego2006-02-061-1/+1
* Add support for Zip Motion-Block Video (ZMB), patch by Kostya.diego2006-02-061-0/+8
* removed unused variablesnicodvb2006-02-061-2/+2
* fixed wrong delta_frame calculation that would affect soft-telecinenicodvb2006-02-061-1/+1
* Build muxers only when MEncoder is enabled.diego2006-02-061-5/+9
* 1.221: Typo fixkraymer2006-02-051-2/+2
* 1.1222: cs and ls swscale parameters accept different value ranges now.kraymer2006-02-051-15/+12
* cs and ls swscale parameters accept different value ranges now.diego2006-02-051-2/+2
* reinitialize adapter_count to 0, EnumCallbackEx will not work otherwisereimar2006-02-051-0/+1
* Index repetitionods152006-02-041-7/+11
* add compare_tsods152006-02-041-0/+18
* EOR in indexods152006-02-041-4/+14
* change sws sharpen filter a littlemichael2006-02-042-31/+20
* synced with 1.1221gpoirier2006-02-031-14/+11
* Add -nocache option, -cache is not a flag option.diego2006-02-021-0/+4
* avoid conflicting types error on cygwinfaust32006-02-021-2/+2
* x264 tweakslorenm2006-02-021-12/+6
* typo fixesptt2006-02-011-2/+2
* Only compile libmpencoders if MEncoder has been enabled.diego2006-01-311-1/+6
* Move conditional compilation out of the code and into the build system.diego2006-01-3111-51/+39
* Move conditional compilation out of the code and into the build system.diego2006-01-312-4/+4
* sync up to 1.221ptt2006-01-311-7/+9
* sync up to 1.1216ptt2006-01-311-49/+136
* update for recent developmentsdiego2006-01-301-19/+25
* removed forgotten fprintf()nicodvb2006-01-301-1/+0
* when linking to external libav* try using pkg-config firstnicodvb2006-01-301-4/+19
* synced with 1.221gabrov2006-01-301-8/+13
* Typo fixgabrov2006-01-301-1/+1
* 1.218: typo, consistencykraymer2006-01-301-86/+86
* Synced with 1.1214jheryan2006-01-301-68/+246
* sync up to 1.202ptt2006-01-301-47/+116
* 1.219: More detailed description of brd_scale.kraymer2006-01-301-5/+18
* synced with 1.1219 + typo fixgpoirier2006-01-301-4/+9
* synced with 1.216gabrov2006-01-301-40/+69
* mention TOOLS/encode2mpeglightnicodvb2006-01-291-0/+1
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes...nicodvb2006-01-292-0/+1869
* More detailed description of brd_scale.corey2006-01-291-2/+7
* Update musepack entry: I actually implemented seeking and sometimes -af volum...reimar2006-01-291-2/+2
* added missing entries since the last release (approved by Diego with smallrathann2006-01-291-6/+59
* synced with 1.1218gpoirier2006-01-291-75/+75
* typo, consistencydiego2006-01-291-4/+4
* Try to only use a linebreak without hyphenation (\:) where it makes sense.diego2006-01-291-69/+69
* synced with 1.1216gpoirier2006-01-291-44/+104
* Unify the handling of escaped spaces.diego2006-01-291-38/+38
* Include MEncoder config files in list of files.diego2006-01-291-2/+10
* French MEncoder docs are not synced yet.diego2006-01-291-1/+1
* 10l: wrong syntaxgpoirier2006-01-282-5/+5
* SDL video out syntax has changed a while ago, but the XML was not updated sin...gpoirier2006-01-282-5/+5
* Also remove objects in subdirectories.diego2006-01-281-1/+5
* use mp_a52_framesize() when liba52 is not availablenicodvb2006-01-271-0/+6
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...nicodvb2006-01-271-3/+6
* cosmetic, fix spacingods152006-01-271-1/+1
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...nplourde2006-01-271-0/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-1/+2
* Make clean/distclean behave uniformly in all directories.diego2006-01-2725-51/+52
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-2619-43/+44
* updatesdiego2006-01-261-10/+16
* limits.h for INT_MAXmichael2006-01-251-0/+1
* correct block alignmichael2006-01-251-1/+1
* sync to 1.220kraymer2006-01-251-2/+7
* fix aac in mov/mp4michael2006-01-251-3/+4
* Fix the MSG?_FIXME and make the profiles help translatable.albeu2006-01-252-11/+16
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-253-2/+30
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)michael2006-01-241-0/+2
* <