5710 Commits (8ef4e65e94caad90b2d63ff421c8a8155045cb15)

Author SHA1 Message Date
  Aurelien Jacobs 04e7670906 typo 17 years ago
  Ben Littler bf23f6dc33 pvez avi fourcc is truemotion1 17 years ago
  Michael Niedermayer 0838cfdc8a Fix remotely exploitable arbitrary code execution vulnerability. 17 years ago
  Baptiste Coudurier d972e56cf2 second try fixing time code in gxf 17 years ago
  Michael Niedermayer be195ed1d6 Prefer av_freep() over av_free() for variables in the context for safety. 17 years ago
  Michael Niedermayer 0d29b7d572 Add {} between if/else 17 years ago
  Michael Niedermayer 9913860bfb Export all tracks (each is a different language) instead of just one. 17 years ago
  Michael Niedermayer c58d6796a1 remove pointless {} 17 years ago
  Michael Niedermayer a10f1cbb93 Move current_track variable closer to where it is used. 17 years ago
  Michael Niedermayer 68e1794e3a Fix memleak of fourxm->tracks on error return. 17 years ago
  Michael Niedermayer 4f989885b6 vertical align 17 years ago
  Michael Niedermayer cc988dd77f Fix memleak of header in error returns. 17 years ago
  Michael Niedermayer 59afda9f61 better header_size check 17 years ago
  Michael Niedermayer 4698bb2457 size < 4 is invalid 17 years ago
  Benoit Fouet bbfb80f363 Whitespace cosmetics to align return statements. 17 years ago
  Benoit Fouet 16f753f43f Check buffer is inside what is passed when probing for flac. 17 years ago
  Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 17 years ago
  Baptiste Coudurier 8dc81a4524 seek at 0 when timestamp requested is negative 17 years ago
  Aurelien Jacobs 7a42067176 make it clear that the new metadata API is a work in progress 17 years ago
  Diego Biurrun c60208e7a1 Directly #include some required headers. 17 years ago
  Stefano Sabatini 4815e24623 Move documentation of av_register_all() from allformats.c to 17 years ago
  Justin Ruggles 7fa9a0a256 use function and definitions from libavcodec/flac.h in oggparseflac.c 17 years ago
  David DeHaven 6cde949a20 Handle ID3v2 tags in raw FLAC streams by skipping them. 17 years ago
  Diego Biurrun da837937c6 Fix undefined preprocessor directives warnings during 'make checkheaders'. 17 years ago
  Stefan Gehrer 1ac63c2a9b return an error if we can not get a full packet, 17 years ago
  Stefan Gehrer c6f79c3e0b fix header parsing, the NULL terminated File ID is followed by a space 17 years ago
  Ronald S. Bultje cb760a4790 Skip m= blocks in the SDP if the media type is unknown. This prevents 17 years ago
  Baptiste Coudurier 14120c95f0 set pts and dts when only pts is present, according to specs 17 years ago
  Baptiste Coudurier 6e4668b8a9 write essence container data 17 years ago
  Baptiste Coudurier 5e4aa542de reduce display aspect ratio 17 years ago
  Baptiste Coudurier 24d6a613e0 stored height is a multiple of 16 for mpeg2 17 years ago
  Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 17 years ago
  Ben Littler 76af2edc44 add EM4A fourcc , works for: 17 years ago
  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