2010-12-14 |
Justin Ruggles | Simplify fix15(). |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Fix the fixed-point MDCT and FFT tests so that they... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Split out initialization of MDCT tables into a separate... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: Document AC3EncodeContext fields. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove unneeded debugging messages. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: Define AC3_WINDOW_SIZE and use it instead... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: use better (and shared) macro names for... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Remove duplicate AC3EncodeContext fields, sr_shift... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rename some fields in AC3EncodeContext |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: change all short to int16_t |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | Change some unsigned types to signed types in AC3Encode... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Justin Ruggles | cosmetics: rearrange AC3EncodeContext fields |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Martin Storsjö | configure: Allow disabling symbol versioning via -... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Reimar Döffinger | Return the amount of input data actually used in the... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Nolan L | Add gradfun filter, ported from MPlayer. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
James Zern | Avoid rollover in settings conversion. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Reindent. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Fix encoding when the input audio format/rate/channels... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Fix avpicture_alloc(), which was aligning the linesizes... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Add section describing the filtergraph. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Stefano Sabatini | Make avfilter_parse_graph() output a more meaningful... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Niedermayer | Fix indention of one forgotten line in ffv1.c |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Justin Ruggles | cosmetics: vertical alignment after last commit |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Chinen | flac_parser: only buffer the estimated amount of input... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Michael Chinen | Make FLAC parser return frames when it has the required... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Return an error when get_buffer reads none or only... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Ensure that packets returned from ASF demuxer are prope... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Reimar Döffinger | Remove hack in MP3 probe that was meant as a work-aroun... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Stefano Sabatini | Define PODPAGES in Makefile, and make them depend on |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Justin Ruggles | Show per-codec options on FFmpeg commandline help. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Khirnov | id3v2: skip data length indicator |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Anton Khirnov | add my GPG fingerprint |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefano Sabatini | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Stefano Sabatini | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Make avpicture_alloc() return meaningful values. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Reindent. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Stefano Sabatini | Use av_image_alloc() in avpicture_alloc(), simplify. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Kostya Shishkov | Don't try to demux WavPack files with >2 channels until... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | fix building test programs with gnu make 3.82 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | colorspace-test: fix build |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | fix building of cpu-test by including required header |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Simplify the FLAC decoder now that it no longer has... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add a FLAC parser. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Justin Ruggles | cosmetics: line wrap after last commit |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add log_level_offset parameter to ff_flac_decode_frame_... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Add is_var_size and frame_or_sample_num to FLACFrameInf... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Check validity of the frame sync code in ff_flac_decode... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Michael Chinen | Move decode_frame_header() from flacdec.c to flac.c... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtsp/rtpdec: Set the AVStream time_base directly in... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtsp: Parse RealRTSP sample rate declarations from... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Martin Storsjö | rtpdec: Handle MP3 in RealRTSP |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Ramiro Polla | Fix building of object files in tools/ |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jason Garrett... | Add fullrange support to libx264.c x264 interface |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Anton Khirnov | id3v2: skip encrypted/compressed frames |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Anton Khirnov | id3v2: use a named constant instead of 0x02 |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Baptiste Coudurier | In mov demuxer, read alac sample from extradata, fix... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Stefano Sabatini | Deprecate the use of the NO_COLOR environment variable. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Stefano Sabatini | Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Sprezz | alsdec: Correct the ALS decoder by storing some paramet... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Martin Storsjö | rtpdec_h264: Pass NAL type 0 through |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Martin Storsjö | rtpdec: Skip padding bytes at the end of packets |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Baptiste Coudurier | In yadif filter, declare asm constants directly to... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtpdec_qcelp: Use the depacketizer for static payload... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtsp: Look for RTP payload handlers for static payload... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtsp: Factorize code for initializing the rtp payload... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtpdec: Add functions for finding depacketizers by... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtpdec: Allow dynamic payload handlers to handle static... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | rtpdec: Add a dynamic payload handler for the x-Purevoi... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Etienne Buira | Allow to force colored output. |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Martin Storsjö | RTP/VP8: Update the warning about the VP8 payload |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Stefano Sabatini | Add CODEC_CAP_NEG_LINESIZES. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | cosmetic: indentation |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | add subtitle codec autodetection |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Stefano Sabatini | Add forgotten deprecation to avcodec_pix_fmt_string(). |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Stefano Sabatini | Cosmetics: add empty line which was previously removed. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Baptiste Coudurier | 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Baptiste Coudurier | Port libmpcodecs hqdn3d filter. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Stefano Sabatini | Deprecate avcodec_pix_fmt_string() in favor of |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Stefano Sabatini | Implement av_image_alloc() and use it in |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Baptiste Coudurier | Declare sse2 and ssse2 function in yadif header |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael Niedermayer | Try to improve reordered_opaque doxy. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael Niedermayer | Detect incorrect padding with wrong stuffing codes... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Baptiste Coudurier | yadif sse2/ssse3 optimizations |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Bobby Bingham | Count non-header data towards intra block bit count... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael Niedermayer | Change the argument of memory allocation functions... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Michael Niedermayer | Change the argument of memory allocation functions... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | set default subtitle_codec for ass muxer |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | cosmetic: alignment |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | use designated initializer in ASS (de)muxer |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Aurelien Jacobs | add myself as maintainer for ASS and SRT |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Martin Storsjö | g722: Add a trellis encoder |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Martin Storsjö | Add myself as maintainer for g722.c |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Tomas Härdin | mpegtsenc: Improve PCR generation and output |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Stefan Gehrer | skip top-level objects to search for the simple index... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Stefano Sabatini | Add avfilter_graph_create_filter(). |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Stefano Sabatini | Add missing overflow checks in av_image_fill_pointers... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Anton Khirnov | mpc: read id3v1 tags. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
avcoder | Use SECTION .text for yasm code. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Martin Storsjö | adpcm: Skip samples whose ssd calculation has wrapped... |
commit | commitdiff | tree | snapshot |
next |