2007-02-11 |
Måns Rullgård | recursive feature dependency checking |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | let check_deps handle ffplay |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | tidy up ffserver deps |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Diego Biurrun | consistency cosmetics for the option handling routine |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Diego Biurrun | Force liba52 to yes if liba52bin is set. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Reimar Döffinger | mxf aes decryption support, patch by Reimar, simplified... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Reimar Döffinger | add key field to AVFormatContext for de/encryption... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Diego Biurrun | Remove unused libac3 AC3 decoding interface. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | simplify SDL check |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | don't skip freetype2 check on beos |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | simplify imlib2 check |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | simplify freetype check |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | do nothing in restore_flags() if flags are not saved |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Måns Rullgård | rewrite some one-line if/then/fi using && and || |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | simplify altivec warning |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | check for gnu make |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | prettify texi2html check |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | disable bktr if required headers not found, enable... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | #include detected soundcard.h instead of testing for... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | test for OSS audio |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | remove extraneous per-OS disabling of video4linux[2] |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | test for video4linux |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Måns Rullgård | simplify video4linux2 test |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Reimar Döffinger | Minor AMD64 compilation fix |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Michael Niedermayer | maybe fix x86_64 (untested) |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Michael Niedermayer | use dvr-ms timestamps |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Francois Oligny... | always decode extradata when of non-avc stream (like... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | fix broken memset(padding, 0) code |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Nico Sabbi | demux VC1 in mpegts |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Matthijs Douze | Print error message instead of crashing when combining... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | packets with half pcm samples are invalid |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | fix rawvideo |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | factor out common subexprssion (gcc of course is too... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | merge asm fragments in H264_CHROMA_MC2_TMPL() |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Kostya Shishkov | Raw VC-1 demuxer |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Diego Biurrun | happy new year |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Diego Biurrun | Remove obsolete imgformat1 leftovers. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Diego Biurrun | Remove commented-out NUT muxer entry, can be added... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Diego Biurrun | cosmetics: Reorder NUT entries. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Diego Biurrun | Properly separate native and libnut NUT (de)muxers. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | sanity check |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Michael Niedermayer | fix segfault with lol-ffplay2.mpg (dunno if this is... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Justin Ruggles | fix parsing of RealAudio AC-3/DolbyNet |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Justin Ruggles | add read_probe function to raw ac3 demuxer |
commit | commitdiff | tree | snapshot |
2007-02-08 |
François Revol | BeOS specifics: check for Haiku & Zeta (for the future... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Michael Niedermayer | av_random() by Ryan Martell rdm4 name-server-seperator... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reimar Döffinger | special-case AES-128 decrypter is no longer necessary... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Reimar Döffinger | Use av_set_pts_info and set some arbitrary timebase... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Luca Abeni | Directly access av_log_level instead of calling av_log_... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | remove senseless and wrong direct access to ByteIOConte... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Reimar Döffinger | set pts_wrap_bits to 32 since timestamps in packets... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | iam pretty sure send time is dts and not pts ... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Reimar Döffinger | 10l, forgot to skip payload description in UMF packet... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | muxing packets with unknown timestamps is not allowed |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | supporting files with A,V,I,0x19 header |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Reimar Döffinger | Fix incorrect use of ff_get_fourcc that made mjpgb... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | vorbis regression test |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | vorbis suffers from the same sign flip issue as wma... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael Niedermayer | doxygenize |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Diego Biurrun | Add a comment about swapped numerator and denominator. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Diego Biurrun | missing spaces |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Baptiste Coudurier | fix regression tests due to pixel format name changes |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Diego Biurrun | 1000l: Revert accidentally committed change. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Diego Biurrun | Replace deprecated PIX_FMT names by the newer variants. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Michael McConnell | Fix to loss of sync in ffplay when paused patch by... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | wma regression test |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | workaround sign bug |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | 10l use of uninitalized var |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Måns Rullgård | indent |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Måns Rullgård | reorder setting of defaults by category |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Diego Biurrun | Add seektest to list of PHONY targets. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Diego Biurrun | spelling/wording |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Diego Biurrun | WMA encoding |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Diego Biurrun | WMA encoder |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | kill debuging code |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | wma encoder |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Luca Barbato | Even powerpc/power needs PIC for shared objects today |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | Revised patch for HD DVD .EVO demuxing by (Ian Caulfiel... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | simplify and remove useless index in AV_W* |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Michael Niedermayer | a few words about libavutil |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Ramiro Polla | Simplify libvorbis/libtheora check for libogg dependency. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Kostya Shishkov | Progressive frames disguised as interlaced are supported |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Kostya Shishkov | B-frames could not be determined from broken_link/close... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Kostya Shishkov | Wrong flag tested |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Aurelien Jacobs | ensure that data[0] is set to NULL for next frame |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | dont output information about what is demuxed after... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | dynamic index building so forward and backward seeking... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | better generic index building and seeking code |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | oops, revert accidental checkin |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | fix multichannel decoding |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | move static variables to private context struct |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | remove preprocessor cruft |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | cosmetics: don't needlessly open new blocks |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Måns Rullgård | cosmetic: indent sensibly so code can be read at all |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Diego Biurrun | Use enabled/disabled functions where possible. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | 10l uninitalized cola |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Michael Niedermayer | seek regression tests |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Diego Biurrun | a bit more consistency for for the imlib2 check |
commit | commitdiff | tree | snapshot |
next |