5710 Commits (8ef4e65e94caad90b2d63ff421c8a8155045cb15)

Author SHA1 Message Date
  Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 17 years ago
  Michael Niedermayer 3a41c2f769 Move av_read_frame/parser related buffer variables from AVFormatContext 17 years ago
  Baptiste Coudurier 082491c473 print stream sar if present and different than codec sar 17 years ago
  Michael Niedermayer a308737bd6 Use EAGAIN return, primarely intended as example of EAGAIN useage. 17 years ago
  Michael Niedermayer cda6902d36 Handle av_read_frame() EAGAIN return. 17 years ago
  Aurelien Jacobs dce25564cc 'code' is used to index a table so make it unsigned 17 years ago
  Kostya Shishkov d6da3df729 yet another attempt on fixing synchronization in VMD 17 years ago
  Kostya Shishkov 8d6fc274fa Empty audio chunks in VMD are silent, not skipped 17 years ago
  Kostya Shishkov 7d2b199b8d cosmetics: reindent after last commit 17 years ago
  Kostya Shishkov 716ba2d01c VMD first chunk of audio is not coded as many separate chunks of block_align 17 years ago
  Baptiste Coudurier f53ee31275 change sample aspect ratio test to be more clear, print old one 17 years ago
  Ben Littler 5823e4b8f6 another mpeg4 fourcc 17 years ago
  Baptiste Coudurier 507ff760af Do not use avctx->frame_number which might not be set, 17 years ago
  Baptiste Coudurier 15a4e8b85a set correct value for starting line 17 years ago
  Baptiste Coudurier fc94187857 fix gxf time code mark out value 17 years ago
  Benoit Fouet 27cb512219 Enable building r3d demuxer when its config is set. 17 years ago
  Alex Converse 38cef58404 Fix a read past end of buffer crash in the mp3 probe 17 years ago
  Baptiste Coudurier 7eb68edba7 R3D REDCODE demuxer 17 years ago
  Aurelien Jacobs 5f8bae8d5c matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes 17 years ago
  Diego Biurrun c2fef0c163 Use "" instead of <> when #including non-system headers. 17 years ago
  Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 17 years ago
  Diego Biurrun 6f2009bf45 Restore mistakenly removed period after "DivX, Inc". 17 years ago
  Ben Littler d7c6552c7c add T263. works on samples/V-codecs/T263/ 17 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 17 years ago
  Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 17 years ago
  Aurelien Jacobs 0e169d16f1 matroskadec: merge ByteIOContext declarations at upper level 17 years ago
  Aurelien Jacobs 68a71451f6 matroskadec: parse the WAVEFORMATEX header and discard it from extradata 17 years ago
  Baptiste Coudurier b4097b13d4 add jp2 formater in image2 muxer 17 years ago
  Baptiste Coudurier aa91562501 jpeg2k is intra only codec 17 years ago
  Baptiste Coudurier 2323ac0154 match format in names list separated by commas 17 years ago
  Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 17 years ago
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 17 years ago
  Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 17 years ago
  David Conrad 3194b00479 Cosmetics: indent 17 years ago
  David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 17 years ago
  David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 17 years ago
  Ben Littler e2260faa42 add LM20 mimic in avi fourcc 17 years ago
  Kostya Shishkov 2c96535af7 WavPack hybrid mode support 17 years ago
  Reimar Döffinger 0c5a43d648 Merge declaration and initialization of io_buffer_size 17 years ago
  Reimar Döffinger 2bdaf78c52 Make io_buffer_size unsigned to avoid a warning about comparing 17 years ago
  Reimar Döffinger 0e7ceb2442 Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal 17 years ago
  Reimar Döffinger aa805f94c5 Use AV_WB32 instead of reimplementing it. 17 years ago
  Reimar Döffinger dc2c2eea41 Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. 17 years ago
  Reimar Döffinger 7ce820efa0 Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) 17 years ago
  Marc Mason 9d9aac84f6 Make unsigned int a variable that does not need to be explicitely 32 bits. 17 years ago
  Baptiste Coudurier 3700d80028 support h264 extradata with 0x000001 startcode 17 years ago
  Baptiste Coudurier 71e685b018 use ff_avc_parse_nal_units_buf because output size might differ from input size 17 years ago
  Baptiste Coudurier c844520e73 10l, fix prototype 17 years ago
  Baptiste Coudurier d298412062 export ff_avc_parse_nal_units_buf 17 years ago
  Baptiste Coudurier 5d2160a0dd move actual writing before so new size can be taken into account 17 years ago