2009-03-21 |
Reimar Döffinger | Fix avpicture_get_size for non-paletted formats with...
|
commit | commitdiff | tree |
2009-03-21 |
Reimar Döffinger | Fix planarCopy to ignore the GRAY8 "pseudo"-palette...
|
commit | commitdiff | tree |
2009-03-20 |
Reimar Döffinger | Avoid crash on planarCopy to a destination without...
|
commit | commitdiff | tree |
2009-03-20 |
Reimar Döffinger | Do _not_ use rbx on x86_64, it will fail to compile...
|
commit | commitdiff | tree |
2009-03-20 |
Reimar Döffinger | Fix swscale compilation with Altivec enabled.
|
commit | commitdiff | tree |
2009-03-19 |
Reimar Döffinger | Fix indentation after r18047.
|
commit | commitdiff | tree |
2009-03-19 |
Reimar Döffinger | Change linesize alignment method to ensure that linesize...
|
commit | commitdiff | tree |
2009-03-19 |
Reimar Döffinger | Do not set linesize for palette data, it does not make...
|
commit | commitdiff | tree |
2009-03-18 |
Reimar Döffinger | Fix libswscale compilation on non-x86, hopefully without...
|
commit | commitdiff | tree |
2009-03-18 |
Reimar Döffinger | Rename GUID typedef to ff_asf_guid to fix MinGW compilation...
|
commit | commitdiff | tree |
2009-03-18 |
Reimar Döffinger | Add a special guidcmp function to compare ASF guids...
|
commit | commitdiff | tree |
2009-03-16 |
Reimar Döffinger | Extend mov edit list support to work for a first padding...
|
commit | commitdiff | tree |
2009-03-15 |
Reimar Döffinger | 1 km^3 cola, timecode_frame_start is a 64 bit integer...
|
commit | commitdiff | tree |
2009-03-14 |
Reimar Döffinger | Enable generic index creation and seeking for NUV demuxer.
|
commit | commitdiff | tree |
2009-03-14 |
Reimar Döffinger | Add AVFMT_GENERIC_INDEX support also for formats that...
|
commit | commitdiff | tree |
2009-03-14 |
Reimar Döffinger | Make pcm_read_seek treat negative time stamps as 0...
|
commit | commitdiff | tree |
2009-03-13 |
Reimar Döffinger | Set pkt->pos correctly (to the start of header of the...
|
commit | commitdiff | tree |
2009-03-13 |
Reimar Döffinger | Add "testclean" target to .PHONY
|
commit | commitdiff | tree |
2009-03-13 |
Reimar Döffinger | Simplify RoQ demuxer pts calculation by using a appropriate...
|
commit | commitdiff | tree |
2009-03-12 |
Reimar Döffinger | Set video width/height and create audio stream in read_packe...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Reorder arguments for av_fifo_generic_read to be more...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Fix seek regression test broken by r17905, seeking...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Convert spurious DOS line breaks to UNIX line breaks...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Mark all packets from nuv demuxer as keyframes in order...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | 100l, to start reading from the first frame we must...
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Set AVPacket pos also for audio packets in nuv demuxer.
|
commit | commitdiff | tree |
2009-03-09 |
Reimar Döffinger | Add av_fifo_reset function to completely reset fifo...
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Add a part explaining that API should be considered...
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Preliminary summary of AVFifoBuffer changes
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Remove more functions disabled by major version bump.
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Remove/replace code disabled by major version bump.
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Replace all uses of the replaced av_fifo_read by av_fifo_gen...
|
commit | commitdiff | tree |
2009-03-08 |
Reimar Döffinger | Remove av_fifo_read, API is already broken and major...
|
commit | commitdiff | tree |
2009-03-04 |
Reimar Döffinger | Remove the swscale dummy option, most (all?) FATE configs...
|
commit | commitdiff | tree |
2009-03-04 |
Reimar Döffinger | 100l, interplayvideo uses 8x8 blocks, so call the 8x8...
|
commit | commitdiff | tree |
2009-03-04 |
Reimar Döffinger | Set AVFrame.reference correctly for nuv decoder.
|
commit | commitdiff | tree |
2009-03-02 |
Reimar Döffinger | Simplify show_bits_long and copy the GetBitsContext...
|
commit | commitdiff | tree |
2009-03-01 |
Reimar Döffinger | Add warnings to yuv2rgb_vis.c because alpha is set...
|
commit | commitdiff | tree |
2009-03-01 |
Reimar Döffinger | Make AltiVec code write alpha as 255 instead of 0 when...
|
commit | commitdiff | tree |
2009-03-01 |
Reimar Döffinger | Fix braindead and broken way to calculate abase, fixes...
|
commit | commitdiff | tree |
2009-03-01 |
Reimar Döffinger | Remove unused variable in mpeg_mc_decode_init
|
commit | commitdiff | tree |
2009-02-27 |
Reimar Döffinger | Do not allow standard-frame-rate detection to increase...
|
commit | commitdiff | tree |
2009-02-27 |
Reimar Döffinger | Simplify ipmovie.c pts calculation by using an appropriate...
|
commit | commitdiff | tree |
2009-02-27 |
Reimar Döffinger | Hack: #undef printf so compilation works with DEBUG_IPMOVIE...
|
commit | commitdiff | tree |
2009-02-27 |
Reimar Döffinger | Detect the case when the time base is exact but far...
|
commit | commitdiff | tree |
2009-02-23 |
Reimar Döffinger | Check return value of ff_fill_pointer in avcodec_default_get...
|
commit | commitdiff | tree |
2009-02-23 |
Reimar Döffinger | 100l, always declare variables at the top of a block...
|
commit | commitdiff | tree |
2009-02-22 |
Reimar Döffinger | Check return value of frame_start(), this avoids a...
|
commit | commitdiff | tree |
2009-02-22 |
Reimar Döffinger | Support playback of incorrectly cut DV files where...
|
commit | commitdiff | tree |
2009-02-18 |
Reimar Döffinger | Instead of crashing, return from ff_vdpau_mpeg_picture_compl...
|
commit | commitdiff | tree |
2009-02-15 |
Reimar Döffinger | Place spaces consistently in pointer types in vdpau.c
|
commit | commitdiff | tree |
2009-02-12 |
Reimar Döffinger | Fix compilation, there is no file vdpauvideo.c, only...
|
commit | commitdiff | tree |
2009-02-03 |
Reimar Döffinger | 100l, don't run tests twice, this was some forgotten...
|
commit | commitdiff | tree |
2009-02-03 |
Reimar Döffinger | Fix a bug in 3DEC CBC decryption and add more extensive...
|
commit | commitdiff | tree |
2009-02-03 |
Reimar Döffinger | Update DES test code to use the new public API.
|
commit | commitdiff | tree |
2009-02-03 |
Reimar Döffinger | Add support for 3DES to DES module
|
commit | commitdiff | tree |
2009-02-03 |
Reimar Döffinger | Add and use a public API for RC4 and DES, analogous...
|
commit | commitdiff | tree |
2009-02-02 |
Reimar Döffinger | Documentation for LZO error return value flags
|
commit | commitdiff | tree |
2009-02-02 |
Reimar Döffinger | Move doxygen documentation from lzo.c to lzo.h
|
commit | commitdiff | tree |
2009-02-02 |
Reimar Döffinger | Add av_ prefix to LZO stuff and thus make it officially...
|
commit | commitdiff | tree |
2009-01-28 |
Reimar Döffinger | Add "const" to AES function arguments where possible...
|
commit | commitdiff | tree |
2009-01-25 |
Reimar Döffinger | Use AV_WL32/AV_WB32 in bitstream.h
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Merge declaration and initialization of io_buffer_size
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Make io_buffer_size unsigned to avoid a warning about...
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Return AVERROR(ENOMEM) instead of -1 when malloc fails...
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Use AV_WB32 instead of reimplementing it.
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Use av_mallocz instead of explicitly zeroing in url_open_dyn...
|
commit | commitdiff | tree |
2009-01-16 |
Reimar Döffinger | Replace nonsense -1234 return value in dyn_buf_write...
|
commit | commitdiff | tree |
2008-12-29 |
Reimar Döffinger | My gpg key fingerprint.
|
commit | commitdiff | tree |
2008-12-28 |
Reimar Döffinger | av_free() -> av_freep(), patch by Reimar Doffinger...
|
commit | commitdiff | tree |
2008-12-27 |
Reimar Döffinger | Bump minor number for many small improvements, tiff...
|
commit | commitdiff | tree |
2008-12-13 |
Reimar Döffinger | Avoid _t in gxf enum type names
|
commit | commitdiff | tree |
2008-12-13 |
Reimar Döffinger | Allow setting a different nm binary from the configure...
|
commit | commitdiff | tree |
2008-12-13 |
Reimar Döffinger | Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs...
|
commit | commitdiff | tree |
2008-12-13 |
Reimar Döffinger | Fix regression.sh to work on OpenBSD which has md5...
|
commit | commitdiff | tree |
2008-12-13 |
Reimar Döffinger | Remove OpenBSD SLIBNAME magic, it seems unnecessary...
|
commit | commitdiff | tree |
2008-12-12 |
Reimar Döffinger | Also include sys/types.h when testing for socklen_t...
|
commit | commitdiff | tree |
2008-12-12 |
Reimar Döffinger | Some forgotten eax -> REG_a changes.
|
commit | commitdiff | tree |
2008-12-11 |
Reimar Döffinger | Avoid _t in typedef type
|
commit | commitdiff | tree |
2008-12-11 |
Reimar Döffinger | Use "struct gxf_stream_info" instead of "st_info_t",
|
commit | commitdiff | tree |
2008-12-11 |
Reimar Döffinger | Remove useless and confusing (since they are also used...
|
commit | commitdiff | tree |
2008-11-25 |
Reimar Döffinger | Replace pushf/popf by explicit pushfl/popfl (32 bit...
|
commit | commitdiff | tree |
2008-11-02 |
Reimar Döffinger | Replace long with x86_reg in postprocess_template.c...
|
commit | commitdiff | tree |
2008-10-20 |
Reimar Döffinger | Use x86_reg type instead of long in float_to_int16...
|
commit | commitdiff | tree |
2008-10-04 |
Reimar Döffinger | Make size variables in dyn_buf_write unsigned so gcc...
|
commit | commitdiff | tree |
2008-10-02 |
Reimar Döffinger | Use M_PI from libavutil/mathematics.h instead of defining...
|
commit | commitdiff | tree |
2008-10-02 |
Reimar Döffinger | Make 8svx codec context table pointer const to match...
|
commit | commitdiff | tree |
2008-10-02 |
Reimar Döffinger | Remove useless cyuv_decode_end function
|
commit | commitdiff | tree |
2008-10-02 |
Reimar Döffinger | Add (additional) const to many global tables.
|
commit | commitdiff | tree |
2008-10-02 |
Reimar Döffinger | Use "static const" instead of "const static"
|
commit | commitdiff | tree |
2008-09-05 |
Reimar Döffinger | Fix nuv decoder to use reget_buffer for non-keyframes...
|
commit | commitdiff | tree |
2008-09-03 |
Reimar Döffinger | Change doxygen comment: Clarify when av_write_trailer...
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Add ff_ prefix to ogg_codec_t structs
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Mark several libavformat arrays const
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Mark "matroska" probe data string constant.
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Make ogg_codec_t descriptions const
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Change codec_tag type from const struct AVCodecTag...
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Remove useless empty close functions in mmf and mm...
|
commit | commitdiff | tree |
2008-08-24 |
Reimar Döffinger | Make the id3v1_genre_str array const, not just the...
|
commit | commitdiff | tree |
2008-07-13 |
Reimar Döffinger | check that csize in ff_lzw_decode_init is < LZW_MAXBITS...
|
commit | commitdiff | tree |
next |