2006-11-08 |
Måns Rullgård | rename CONFIG_SDL -> HAVE_SDL |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Måns Rullgård | rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Michael Niedermayer | fix missdetection of mpeg-ps (ps2_interdite.mpg) |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Aurelien Jacobs | add support for AAC in matroska |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Aurelien Jacobs | add audio output sampling freqency reading in matroska |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Brian Brice | * fixing a memory leak in DV format. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Aurelien Jacobs | Add myself as matroska.c maintainer. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Aurelien Jacobs | Better way to detect cluster (fix files encoded with... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Michael Niedermayer | 100l for me, iam being to stupid to read the mpeg4... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Diego Biurrun | Remove illegal FourCC values. |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Thijs Vermeir | mpeg4probe patch by (Thijs Vermeir ; thijs vermeir... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Michael Niedermayer | utf8 title support for psp (untested) |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Måns Rullgård | allow spaces in source and build directory names |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Steve L'Homme | add "seek by bytes" support to ffplay |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Ryan Martell | add support for rtp/h264 streaming |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Víctor Paesa | Some documentation on the vhook imlib2 moving images... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Baptiste Coudurier | typo |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Baptiste Coudurier | add option to set mpeg1/2 gop timecode start, and drop... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Luca Barbato | Simplify |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Diego Biurrun | Use MMX only under x86_32, there are compilation problems. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Baptiste Coudurier | add codec_tag and codec_stream_tag to MpegEncContext... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Víctor Paesa | add moving images feature to imlib2 vhook |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Nigel Pearson | Fix MacIntel build: "/nop" is illegal on Apple's older... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Kostya Shishkov | Bump version for Fraps v[24] support |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Aurelien Jacobs | Allow reading matroska title. |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Aurelien Jacobs | cosmetics: reindent after last commit |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Aurelien Jacobs | Don't need to check for NULL before av_free(). |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Steve L'Homme | Add support for block duration. |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Steve L'Homme | Ensure codec_id = CODEC_ID_NONE for unknown codecs... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Steve L'Homme | guess matroska files frame rate |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Ryan Martell | Add support for getting duration of a RTP stream (for... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Michael Niedermayer | 2nd try for -vcodec copy timebase selection last one... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Steve L'Homme | remove floats in 10 bytes/byte support (no version... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Reimar Döffinger | Avoid void*-arithmetic, and uint8_t* is more correct... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Guillaume Poirier | Add doxy comments for macro GET_UTF8 |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Baptiste Coudurier | include parser.h instead of mpegvideo.h |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Baptiste Coudurier | rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Baptiste Coudurier | move AVCodecParser prototypes and definitions to parser... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Guillaume Poirier | Fix wrong params name in PUT_UTF8 doxy comments |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Guillaume Poirier | woops, fix missplaced doxy comment |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zuxy Meng | Fix ASF format parser's broken UTF-16 string handling |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Kostya Shishkov | Check for symbol count |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Kostya Shishkov | WavPack support in Matroska |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Kostya Shishkov | Limit output sample to 0..maxval, fixes decoding of... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Baptiste Coudurier | move check for output file streams num in av_encode |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Diego Biurrun | Simplify regression test execution. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Baptiste Coudurier | use AVRational and ff_frame_rate_tab for frame_rate |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Diego Biurrun | Use a variable for FFmpeg options. |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Diego Biurrun | Do not set audio codec_tag to 1, that would be PCM... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Reimar Döffinger | Move idct block array variable onto rtjpeg_decode_frame... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Baptiste Coudurier | remove useless line variable |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Baptiste Coudurier | fix decoding position |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Baptiste Coudurier | update docs to reflect AVImageFormat removing |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Kostya Shishkov | Correct support for Fraps v4 (and Huffman tree for... |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Kostya Shishkov | Update comment |
commit | commitdiff | tree | snapshot |
2006-11-05 |
Kostya Shishkov | Fraps v2 and v4 support |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Steve L'Homme | Properly quote paths on grep invocations for codec... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Oded Shimon | ministry of english grammar :) then->than |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | doxy |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Reynaldo H... | now we set codec_tag, still have to figure out how... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | ensure alignment (no speed change) |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Baptiste Coudurier | do not overwrite codec type if already known, fix confl... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | merging mov & and (no speedchange) |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | 2 instructions less (same speed) |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | comment about failed optimization |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Baptiste Coudurier | indention |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Baptiste Coudurier | reintroduce isom field and read version 1 audio stsd... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | move luma tc0 related init into asm |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Kostya Shishkov | RGB32 support in Targa |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | 2 instructions less in h264_loop_filter_luma_mmx2() |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | preempt possible overflow |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | 1 instruction less |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Ryan Martell | add valid statistics for the RTCP receiver report. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Kostya Shishkov | Use bpp from header in error message |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Michael Niedermayer | optimize H264_DEBLOCK_P0_Q0 |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Michael Niedermayer | new I/P frame selection heuristic |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Baptiste Coudurier | kill AVImageFormat |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Baptiste Coudurier | change gif muxer to simple gif encoder |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Corey Hickey | Correct description of mblmin and mblmax. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Tom Harper | outputs bit spent on various encoding functions (motion... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Diego Biurrun | Add option to disable ffmpeg build. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Diego Biurrun | Detect some more ARM CPU types. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Diego Biurrun | Accept multiple --extra-ldflags and --extra-libs options. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Luca Abeni | Add support for conversions from the rgb565 and rgb555... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Steve L'Homme | Replace most of the %lld and %llx by their (cleaner... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Steve L'Homme | Define fallback for PRIX64, taken from a patch by Steve... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Michael Niedermayer | 10l (forgot ALT_SCAN) |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Rename SWAP macro to FFSWAP. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Steve L'Homme | reindentation, patch by From: Steve Lhomme, slhomme... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Do not mix declarations and statements. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Michael Niedermayer | merge clip() into the alpha/beta/tc0 tables (10% faster... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Baptiste Coudurier | clean, always write major brand for debug |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Baptiste Coudurier | remove useless mp4 field |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Make tests compile on non-x86. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Måns Rullgård | indentation |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Måns Rullgård | CODEC_CAP_DELAY support |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
next |