2009-06-27 |
Carl Eugen... | Replace an occurence of -1 by PIX_FMT_NONE, fixes icc... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Carl Eugen... | Icc 11.1 does not support attributes force_align_arg_po... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Vladimir Voroshilov | Pitch delay decoding |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Vladimir Voroshilov | Replace pitch_delay_int array with single variable. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jason Garrett... | Handle variable input stream pixfmts using the same... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Stefano Sabatini | Only link against alsa if enabled. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Adrian Stutz | Only checks for jack if it is enabled and hence only... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Diego Biurrun | AltiVec code and runtime cpudetect do not require CONFI... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Michael Niedermayer | Fix id3v2.2 frame size parsing. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Michael Niedermayer | Fix id3v2.3/4 tag size parsing. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Baptiste Coudurier | use AVFormatContext->probesize in av_find_stream_info... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Baptiste Coudurier | Only set CODEC_ID_PROBE when a packet from a stream... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Baptiste Coudurier | limit raw packet buffer size used for codec probing |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Diego Biurrun | The AltiVec optimizations of libswscale are no longer... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Diego Biurrun | PPC: Make sure that COMPILE_C is not deactivated if... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Baptiste Coudurier | only set par if it does not indicates a rotation, ex... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Ronald S. Bultje | Remove any reference to ASFContext.packet_size and... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Diego Biurrun | Split developer documentation off from general document... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Stefano Sabatini | Rewrite doxy for av_strtod(). |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Justin Ruggles | flvdec: Build a Speex header during FLV demuxing using... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Haruhiko Yamagata | Improve wording: s/reseted/reset |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Reimar Döffinger | Reindent after last patch. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Reimar Döffinger | mov demuxer: Track the current position also for stream... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Reimar Döffinger | mov_read_packet: extract code that searches for the... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Reimar Döffinger | mov_read_packet: if dv_get_packet fails, return exactly... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Reimar Döffinger | In mov_read_packet remember the AVStream we want to... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Vladimir Voroshilov | LSF (Line Spectral Frequencies) decoding routine. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Baptiste Coudurier | check stream existence before assignment, fix #1222 |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Haruhiko Yamagata | Fix H.264 picture reordering, 2nd try. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Crowell | Make documentation better match the code. Now AVCodecCo... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Peter Holik | Add support for "chunked" data blocks. Patch by Peter... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Kostya Shishkov | Edge emulation should be used in B-frame MC in mspel... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Daniel Verkamp | Add ff_ prefixes to exported symbols in libavformat... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Stefano Sabatini | Consistently rename variables denoting regression refer... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Stefano Sabatini | Export av_strtod() to eval.h. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Ronald S. Bultje | Document making AVFormatContext.packet_size unsigned... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Ronald S. Bultje | Change packet_size from signed to unsigned, since it... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Stefano Sabatini | Cosmetics: rename 'name' av_strtod() param to 'numstr... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Justin Ruggles | oggenc: Change error log text. An error here does not... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Justin Ruggles | oggenc: return error value from ogg_build_flac_headers() |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Justin Ruggles | cosmetics: spacing and comments |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Justin Ruggles | oggenc: check for failed av_mallocz() |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Baptiste Coudurier | Fetch timestamp for the first frame of field only if... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Baptiste Coudurier | clarify encoder and decoder opening error messages |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Carl Eugen... | Revert unintended hunk of r19241. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Carl Eugen... | Revert r19239: It broke four conformance tests. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Vladimir Voroshilov | Convertion of LSF values to coefficients of linear... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Haruhiko Yamagata | Fix H.264 picture reordering. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Carl Eugen... | Fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Yoshihisa Uchida | Fix yamaha adpcm stereo (issue 1117). |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Yoshihisa Uchida | Fix onMetaData property count in flv files (issue 1206). |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Sascha Sommer | Make remaining run level decode comments doxygen comments |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Sascha Sommer | Simplify run level decoding: |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Sascha Sommer | Fix indentation after the previous commit |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Sascha Sommer | Add support for escape coded wmapro run level coefficients |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Sascha Sommer | Introduce WMACoef typedef for decoded coefficients |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Jai Menon | Print meaningful error messages when url_fopen fails. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Wolfram Gloger | add 0-termination in table, patch by Wolfram Gloger... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Brian Brice | fix dvcprohd 720p channels 3 and 4 audio timestamps... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Michael Kostylev | Disable network support if required headers cannot... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Eric Buehl | Support varying frame sizes in a single file. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Patrick Dehne | Add support for id3 tag parsing for ADTS AAC streams |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Patrick Dehne | Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Reimar Döffinger | Add support for muxing XSUB subtitles to AVI muxer. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Reimar Döffinger | Add support for encoding XSUB subtitles. Muxing support... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Reimar Döffinger | Add pts field to AVSubtitle, for use by future XSUB... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Stefano Sabatini | Rename tests/ffmpeg.regression.ref to tests/vsynth... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Jason Garrett... | Add fourcc 0x10000004, seems to actually be MPEG4.... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Vladimir Voroshilov | G.729 decoding routine (skeleton, including parameters... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Michael Niedermayer | Print why av_find_stream_info() failed, this is a rathe... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Måns Rullgård | ARM: slightly faster NEON H264 horizontal loop filter |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Ronald S. Bultje | Set restrictions on packet_size, as per ISO-11172 ... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Vitor Sessak | Do not call rgb2rgbWrapper() for rgb48*, there is no... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Benoit Fouet | Remove a test on an always false condition. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Jason Garrett... | VC-1/WMV: Remove redundant ff_init_block_index() calls. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Alexander Strange | Add '.mp1' for MP1 audio in MOV/CAF. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Jason Garrett... | Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Art Clarke | Downgrade message log level (from AV_LOG_ERROR to AV_LO... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Stefano Sabatini | Move opt_loglevel() from ffmpeg.c to cmdutils.c. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Ramiro Polla | Make ffmpeg able to set the loglevel option using strings |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Alexander Strange | H.264: Fix memory leaks with multithreading. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Jason Garrett... | SSE version of clear_blocks |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Jason Garrett... | VC-1/WMV3 decoding: don't clear blocks unless they... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Jason Garrett... | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Jason Garrett... | Fix typo in vc1.c, make capitalization in warning/error... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Måns Rullgård | Add "config" make target to rerun configure with old... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Måns Rullgård | configure: properly quote configure options stored... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Ramiro Polla | Fix unaligned accesses by doing bytewise access until... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Patrick Dehne | The AAC demuxer now depends on id3v1.o. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Baptiste Coudurier | check atom size against edit_count to avoid very long... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Baptiste Coudurier | fix probing and demuxing of pond.dv, issue #887 |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Baptiste Coudurier | do not use av_parser_change for h264 which uses bitstre... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Måns Rullgård | regtest: print commands also for image format tests |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Måns Rullgård | Print error message when output buffer allocation fails |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Baptiste Coudurier | print error when dv frame profile cannot be found |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Baptiste Coudurier | check if frame size matches old sys and assumes corrupt... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Diego Biurrun | Merge FreeBSD and DragonFlyBSD OS detection sections. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Adam Hoka | Add DragonFlyBSD to the list of supported OSes. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Peter Ross | Initialise MAD decode_block_intra() loop iterator to... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Vladimir Voroshilov | G.729 decoder initialization routine (skeleton) |
commit | commitdiff | tree | snapshot |
next |