7637 Commits (b75e53cc43a0eb90e252dffcbbfffa71811030ec)

Author SHA1 Message Date
  Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
  Andres Gonzalez dc05b6af3d Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages. 15 years ago
  Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
  Michael Niedermayer 67d441499a seeking: Favor pkt->pos for generic index building where possible. 14 years ago
  Martin Storsjö ed87375dd5 mpegtsenc: Clear st->priv_data when freeing it 14 years ago
  Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
  Martin Storsjö f9a6cfdd04 rtpproto: Remove an unused variable 14 years ago
  Michael Niedermayer 282e8d4b4f avienc: Update 2 debug statements to match the current code. 14 years ago
  Michael Niedermayer 5deedf3552 h264probe: update to latest spec. 14 years ago
  Michael Niedermayer 25308afbb2 wtvdec: Avoid gmtime_r() it breaks compile on windows. 14 years ago
  Peter Ross fddf0521c6 wtv: calculate ole date correctly (is seconds since 1899-12-30) 14 years ago
  Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
  Reimar Döffinger d3445a911c Remove unused variable. 14 years ago
  Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
  Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
  Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
  Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago
  Michael Niedermayer 7deaa2b8bd riffenc/ffmpeg: Fix stream copy 14 years ago
  Reimar Döffinger 5631729c3d Increase TS packet size detection buffer. 15 years ago
  Reimar Döffinger 90f5e991be Assume some TS packet size instead of failing completely. 15 years ago
  jan gerber 5901cd6236 oggdec:Correct duration 14 years ago
  Reimar Döffinger 6266c51538 Simplify condition. 14 years ago
  Michael Niedermayer c60d2be551 mp3enc:simplify 15 years ago
  Michael Niedermayer e1e8a8ded4 mp3enc:better variable name for the frames field file postion. 15 years ago
  Michael Niedermayer 4382bc2ceb mp3enc: drop nested structs 15 years ago
  Michael Niedermayer f2a90c3b34 mp3enc:use FFMIN() 15 years ago
  Michael Niedermayer 01be9331c7 mp3enc:Drop unneeded floating point math. 15 years ago
  Michael Niedermayer ec9a5deb20 mp3enc: drop sum and count bytes instead of bitrates from decoded headers. 15 years ago
  Michael Niedermayer 7d62475656 mp3enc: remove unneeded ifdef 15 years ago
  Michael Niedermayer 173c975ead mp3enc: remove unneeded static const variables. 15 years ago
  Peter Belkner d62bf5d4e7 mp3enc: mux a XING header 14 years ago
  Michael Niedermayer a565c7b7f2 aiffdec:Rewrite get_meta() 14 years ago
  Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 15 years ago
  Michael Niedermayer 187528441a avidec: correct frame_offset for seeking 14 years ago
  Michael Niedermayer 5e24098b84 avidec: detect mpeg4 keyframes in indexless avi 14 years ago
  Diego Biurrun 8799541a0a Fix standalone compilation of pipe protocol. 14 years ago
  Diego Biurrun 61165a1bba Fix standalone compilation of WTV demuxer. 14 years ago
  Mans Rullgard eddd580b74 matroskaenc: fix memory leak 14 years ago
  Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
  Uoti Urpala 0bd433a916 asfdec: fix assert failure on invalid files 15 years ago
  Ronald S. Bultje 7643265505 nutenc: check malloc return values. 14 years ago
  Ronald S. Bultje 25588d3b8a nutenc: don't av_malloc(0). 15 years ago
  Ronald S. Bultje f8b1245922 asfdec: fix parsing of packets that overrun into padding. 15 years ago
  Luca Barbato e3b540b424 Make ffmpeg support generic data stream 15 years ago
  ami_stuff 884f678cfd Add *.j2k extension to JPEG2000 decoder 14 years ago
  Reimar Döffinger 148ffcd2ce Make DV (sub) demuxer set proper pkt->pos values. 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 15 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 15 years ago
  zhentan feng 5edb23295e WTV: Add ff_ prefix to the moved fields. 14 years ago
  zhentan feng 5ab826c165 WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.h and wtv.c. 14 years ago