2006-06-20 |
Diego Biurrun | Remove unused VERSION definition from config.mak. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Diego Biurrun | Avoid binary stripping rule code duplication. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Måns Rullgård | allow packets with non-zero PES_scrambling_control |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Baptiste Coudurier | fix aac in mov for ipod |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Stefan Huehner | Add const to (mostly) char* and make some functions... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Måns Rullgård | libfaac uses pascal calling convention on win32 so... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Måns Rullgård | add myself as build system maintainer |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Måns Rullgård | put local -L flags first in link commands |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Luca Barbato | Cosmetics: should not hurt performance, scream if are |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Stefan Huehner | Add (mostly) const to variable and parameter declaratio... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Måns Rullgård | improved logging tests |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Baptiste Coudurier | update libav regression tests for r5449 (adpcm) |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Diego Biurrun | Rename version from CVS to the more sensible HEAD. |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Måns Rullgård | use standard codec tag if the specified tag is out... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Måns Rullgård | The AAC frame header uses 13 bits for the frame size... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Måns Rullgård | test availability of various compiler flags, and verify... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Diego Biurrun | Fix compilation with all combinations of --disable... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Måns Rullgård | free codec extradata in av_close_input_file |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Baptiste Coudurier | make dump_format output more homogenous |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Baptiste Coudurier | export all tracks to libavformat layer |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Michael Niedermayer | vfr mov/mp4 todo item |
commit | commitdiff | tree | snapshot |
2006-06-15 |
R. Brian Anderson | Fix segfault |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Michael Niedermayer | 10l to whoever wrote this |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Luca Abeni | Fix typo |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Måns Rullgård | check for SDL_VideoInfo.current_[wh] availability in... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Loren Merritt | update regression tests for r5449 (adpcm) |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Michael Niedermayer | dont load the index if we cant seek back |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Baptiste Coudurier | check fseek return value |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Baptiste Coudurier | fix unused computed value |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Baptiste Coudurier | fix mp3 muxing |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Michael Niedermayer | fix probe of high bitrate mpeg2video |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Luca Barbato | oprofile reference for Linux/PPC |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Måns Rullgård | MIPS doesn't like unaligned accesses |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Baptiste Coudurier | simplify, completely ignore streams not recognized... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Loren Merritt | h264: accept rbsp_trailing longer than 1 byte |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Reimar Döffinger | read_packet return value must be < 0 when no packet... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Måns Rullgård | 10l to myself for being overzealous with $cross_prefix |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Diego Biurrun | Add support for GNU/kFreeBSD systems. |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Måns Rullgård | don't use xlib in ffplay, and bump required sdl version |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Måns Rullgård | use ifeq(...,yes) instead of ifdef |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Diego Biurrun | CVS --> Subversion |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Baptiste Coudurier | fix closed gop flag |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Diego Biurrun | www1.mplayerhq.hu --> lists.mplayerhq.hu |
commit | commitdiff | tree | snapshot |
2006-06-09 |
Diego Biurrun | CVS --> Subversion |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Måns Rullgård | probe for mpeg audio |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Reimar Döffinger | fix variable type used via "m" asm constraint to match... |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Michael Niedermayer | support doing motion estimation and compensation withou... |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Roberto Togni | rm_read_audio_stream_info return type is not void |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Roberto Togni | Support for AAC (fourcc raac and racp) in rm files |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Måns Rullgård | fix seek related bugs |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Luca Barbato | put_pixels16_l2_altivec and avg_pixels16_l2_altivec |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Loren Merritt | ADPCM: trellis quantization |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Corey Hickey | Make B-frame reduction sensitivity by b_strategy/vb_str... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Loren Merritt | adpcm_ima & adpcm_yamaha: improved quantization |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Diego Biurrun | Remove now obsolete .cvsignore files. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Benjamin Larsson | Fixed a possible bug, checked against the assembly. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Måns Rullgård | indentation |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Måns Rullgård | apply $cross_prefix before $cc is used |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Diego Biurrun | 'make depend' should recurse into libavutil as well. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Måns Rullgård | remove redundant make variable SUBDIR |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Måns Rullgård | 10l to Diego |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Diego Biurrun | libavcodec/libpostproc ---> libpostproc |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Måns Rullgård | major cleanup of compiler/library tests |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Niedermayer | random ideas |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Michael Niedermayer | drop stuff which seems to have been finished |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Benjamin Larsson | Flash Screen Video decoder (fourcc:FSV1) |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Kostya Shishkov | Palette support for newer KMVC |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Måns Rullgård | make configure --whatever --help work as expected |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: don't try to encode lossless with 9/7 wavelet... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: cosmetics |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: scale predicted mv based on which reference frame... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Luca Abeni | Include the correct video4linux2 header |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ville Skyttä | Support modular X11 path to rgb.txt patch by (Ville... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: cosmetics |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: fix subband weighting in wavelet cmp functions... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | Snow: 10l. 1pass ratecontrol failed to set snow's inter... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Corey Hickey | Make b_frame_strategy not fail on pass 2, but still... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Niedermayer | improve selftest |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Roberto Togni | 10000l don't reuse outer loop index in inner loops |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Niedermayer | fabs is better then abs for floats ... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Niedermayer | typo me thinks ... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Michael Niedermayer | cbp must be >0 here or we are in troubble |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Loren Merritt | h264: MBAFF interlaced decoding |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Loren Merritt | h264: faster fill_rectangle() |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Loren Merritt | Snow multiple reference frames |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Loren Merritt | Snow 1pass ratecontrol |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Niedermayer | suggest solution for 2 fixmies |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Diego Biurrun | Add a small comment about a part that should be in... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Diego Biurrun | AMR URL fixes |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Michael Niedermayer | working H.264 + AAC in mp4 encoding example for the psp |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Baptiste Coudurier | fix mbd bits bug, finally |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Diego Biurrun | Remove all .cvsignore files, they are no longer necessary. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Diego Biurrun | typo/grammar fixes |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Earl Levine | Fix segfault on Mac OS X, patch by Earl Levine elevine... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Niedermayer | ipod & psp encoding guide |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Michael Niedermayer | fixing title on PSP (0x60 != 'a') someone needs a 10x10... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Niedermayer | dont store mov style meta tags in mp4 (fixes ffmpeg... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Niedermayer | dont write LAVF_ID if bitexact and any meta tag is set |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Michael Niedermayer | simplify meta tag writing code |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Baptiste Coudurier | fix seeking, typo provoking hard segfault |
commit | commitdiff | tree | snapshot |
next |